摘要:
使用journalctl查看Docker服务日志(适用于systemd系统) journalctl -u docker.service --since "1 hour ago" -n 100 --no-pager 检查磁盘空间 df -h /var/lib/docker # Docker默认存储路径 阅读全文
posted @ 2025-07-09 10:50
yeyiu
阅读(23)
评论(0)
推荐(0)
摘要:
nginx: container_name: nginx-1.20.0 image: nginx:1.20.0 ports: - 80:80 - 9036:9036 volumes: - ../web:/web - ../web/nginx.conf:/etc/nginx/nginx.conf 阅读全文
posted @ 2025-07-09 10:48
yeyiu
阅读(8)
评论(0)
推荐(0)
摘要:
neo4j: container_name: neo4j-3.5.30 image: neo4j:3.5.30 environment: NEO4J_AUTH: neo4j/Dms@system1 ports: - 7474:7474 - 7687:7687 阅读全文
posted @ 2025-07-09 10:47
yeyiu
阅读(7)
评论(0)
推荐(0)
摘要:
elasticsearch: image: elasticsearch:7.17.5 container_name: elasticsearch-7.17.5 ports: - 9200:9200 - 9300:9300 volumes: - ./elasticsearch/data:/usr/sh 阅读全文
posted @ 2025-07-09 10:47
yeyiu
阅读(7)
评论(0)
推荐(0)
摘要:
kafka: image: apache/kafka:4.0.0 container_name: kafka-4.0.0 ports: - 9091:9091 - 9092:9092 - 9093:9093 volumes: - ./kafka/kafka_server_jaas.conf:/etc 阅读全文
posted @ 2025-07-09 10:46
yeyiu
阅读(47)
评论(0)
推荐(0)
摘要:
mongo: container_name: mongo-7.0.11 image: mongo:7.0.11 # environment: # MONGO_INITDB_ROOT_USERNAME: root # MONGO_INITDB_ROOT_PASSWORD: Dms@system1 po 阅读全文
posted @ 2025-07-09 10:46
yeyiu
阅读(6)
评论(0)
推荐(0)
摘要:
redis: container_name: redis-8.0.2 image: redis:8.0.2 environment: - name=value ports: - 16379:6379 command: - --requirepass Dms@system1 阅读全文
posted @ 2025-07-09 10:45
yeyiu
阅读(7)
评论(0)
推荐(0)
摘要:
nacos: image: nacos/nacos-server:v2.3.2 container_name: nacos-2.3.2 environment: PREFER_HOST_MODE: hostname MODE: standalone SPRING_DATASOURCE_PLATFOR 阅读全文
posted @ 2025-07-09 10:44
yeyiu
阅读(8)
评论(0)
推荐(0)

浙公网安备 33010602011771号