Please enable JavaScript.
Coggle requires JavaScript to display documents.
Docker (Docker (Image (Docker file (hello-world), Container (交互式操作),…
Docker
Docker
Image
Docker file
hello-world
Container
交互式操作
volume
常用命令
inspect
docker history image_id
logs
Compose
service
source
image
build
port
environment
network
volumes
network
volume
虛擬機
vagrant
下載vagrantfile
TODO
如何編寫vagrantfile
一個vagrantfile建立數台ubuntu虛擬機
一個vagrantfile安裝好docker+ubuntu
docker-machine
Docker Network
單機
bridge network
connect
-p
-e
Host network
None network
link
多機
Overlay network
VXLAN
etcd
實例
flask-hello-world
去掉每次都要輸入sudo的方法
local registry