As previously mentioned, you can run Docker by using the following two commands:
- Docker Pull (Windows will download a Docker image)
- Docker Run (Windows will run a Docker image)
Let's now consider how to run a Microsoft/bcsandbox w1 Docker image.
After executing the docker run statement, Windows searches (and downloads, if it hasn't already) the Docker image and runs it, as shown in the following screenshot:
Microsoft Dynamics 365 Business Central W1's Docker image in action would look the following screenshot:
As shown in the ...