once you have upgraded to Windows PRO, you can install https://docs.docker.com/docker-for-windows/install/ Docker for Windows
Then open your Git Bash shell and run:
winpty docker run --name centos -i -t -d centos
If the container is stopped, you can simply
docker start centos
and login again:
winpty docker exec -ti centos bash
So you can have a "REAL" Centos on Windows... cool...
Friday, January 18, 2019
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment