Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »


Docker on windows use Hyper-V and will stop Virtualbox and VMwareplayer to work


https://docs.docker.com/toolbox/overview/#whats-in-the-box



Work around: use docker tool ( which will use Virutalbox to create containers )


Install VirtualBoxhttps://www.virtualbox.org/
Install Docker Tool
Start Docker Tool ( shell )

docker tool will create an VM on VirtualBox ( to run the docker's containers )

On the desktop click on :  

















or :     C:\Users\jkriker\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Docker




When created 




C:\Program Files\Docker Toolbox


https://docs.docker.com/get-started/#recap-and-cheat-sheet

cheat sheet
## List Docker CLI commands
docker
docker container --help

## Display Docker version and info
docker --version
docker version
docker info

## Execute Docker image
docker run hello-world

## List Docker images
docker image ls

## List Docker containers (running, all, all in quiet mode)
docker container ls
docker container ls --all
docker container ls -aq





  • No labels