Exercise: Run a Server Container
Test yourself and implement what you have learned so far in this exercise.
-
Run a Nextcloud server in a container. The image you need to use is nextcloud and it listens by default on port 80.
-
Make sure you can use the Nextcloud instance with your browser.
-
Once you’re done, stop the container and remove it. Check that the Nextcloud instance is not available anymore in your browser.
More information about the Nextcloud container can be found here.
Let’s go over the solution in the next lesson.
Running a Server Container
Exercise Solution
Mark as Completed
Report an Issue