Quantcast
Channel: Java mon amour
Viewing all articles
Browse latest Browse all 1121

Running Centos on Windows

$
0
0
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...




Viewing all articles
Browse latest Browse all 1121

Trending Articles