| title | Windows 10 setup for Docker |
|---|---|
| nextpage | VerifyInstall |
{% include nav.html %}
https://docs.docker.com/docker-for-windows/install/
This shell most closely mirrors the user experience for MacOS and Linux users
Run the following command to verify your install
git version- When running a Docker command that requires terminal interaction, prefix your docker command with
winpty - When referencing a fully qualified path or the root directory of a docker container, use
//instead of/.- Example use
//tmpfor/tmp
- Example use
winpty docker run -it --rm ubuntu //bin/bashEnter echo hello then enter exit
root@653eeaeb274b:/# echo hello
hello
root@653eeaeb274b:/# exit
exit
{% include next.html %}