Assignments

Assignment 1 - Docker

15th Mar 2024

The task

Deploy a complete Docker web application with Docker application containers consisting of at least two services and at least one permanent volume.

The following should apply to each web application service:

  • listens on its port,
  • runs in its own Docker container,
  • can communicate wit...

View all of Assignment 1 - Docker


Assignments