Exercise: Publish an Image and Run a Container on Another Machine

Test yourself and implement what you have learned so far in this exercise.

svg viewer
  • Create a Docker ID on https://hub.docker.com/

  • Publish your jsparam image to the Docker Hub.

  • Create two containers from the published jsparam image in order to compute the area of circles that have diameters of 3.5 cm and 1.5 cm.

The jsparam image already exists. Use the below terminal to solve this exercise using your docker ID.

Terminal 1
Terminal

Click to Connect...


Let’s go over the solution in the next lesson.

Run an Image on Another Machine
Exercise Solution
Mark as Completed
Report an Issue