build
cgroup_parent
container_name
devices
dns
dns_search
tmpfs
external_links
links
network_mode
security_opt
stop_signal
sysctls
userns_mode
---更新配置文件---- # 1建立配置文件 docker config create nginx2_config nginx2.conf # 2刪除舊配置文件 docker service update --config-rm ce_nginx_config 服務名 # 3添加新配置文件到服務 ocker service update --config-add src=nginx2_config,target=/etc/nginx/nginx.conf ce_nginx