Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 438 Bytes

File metadata and controls

9 lines (7 loc) · 438 Bytes

docker

install docker on windows

https://tutorials.ubuntu.com/tutorial/tutorial-windows-ubuntu-hyperv-containers

国内docker镜像加速

sudo sed -i "s|EXTRA_ARGS='|EXTRA_ARGS='--registry-mirror=http://d9045f1e.m.daocloud.io |g" /var/lib/boot2docker/profile

Docker UI管理实例启动

docker run -d -p 19000:9000 --restart always -v /var/run/docker.sock:/var/run/docker.sock -v /opt/portainer:/data portainer/portainer