Test docker installation on Windows
Open a terminal window (Command Prompt or PowerShell, but not PowerShell ISE).
Run docker --version to ensure that you have a supported version of Docker:
Docker version 18.09.0, build 4d60db4
Pull the hello-world image from Docker Hub and run a container:
> docker run hello-world
Run docker --version to ensure that you have a supported version of Docker:
Docker version 18.09.0, build 4d60db4
Pull the hello-world image from Docker Hub and run a container:
> docker run hello-world
Comments
Post a Comment