1 頁 (共 1 頁)

看這個 container 有share那些volume

發表於 : 2017-06-28 15:58:31
yehlu
http://dockone.io/article/128

代碼: 選擇全部

ocker inspect -f {{.Volumes}} container-test

代碼: 選擇全部

docker  inspect tommylau/php-5.2
"Volumes": null,
"WorkingDir": "/var/www",

代碼: 選擇全部

docker  inspect nginx
"Volumes": {
"/etc/nginx/conf.d": {},
"/var/www/html": {}
},