December 2019
Intermediate to advanced
494 pages
11h 41m
English
Now that our application is containerized and the Docker image is stored in an accessible registry, we can go ahead and run the application.
Take a look at the following command, which we will use to launch our application:
docker run -p 80:3000 amitmalik/nodejsexpresssample
Let's take a look at each item in the command: