Requirements and Installation on Windows - Docker Documentation
cd docker
vagrant init ubuntu/trusty32
vagrant up
vagrant ssh-config
ssh vagrant@127.0.0.1 –p 2222
apt-get install docker
docker run busybox echo hello world
Read full article from Requirements and Installation on Windows - Docker Documentation
Docker can run on Windows using a VM like VirtualBox. You then run Linux within the VM.
git clone https://github.com/dotcloud/docker.gitcd docker
vagrant init ubuntu/trusty32
vagrant up
vagrant ssh-config
ssh vagrant@127.0.0.1 –p 2222
apt-get install docker
docker run busybox echo hello world
Read full article from Requirements and Installation on Windows - Docker Documentation
No comments:
Post a Comment