Exercise Solution
Explore how to run Docker containers and interact with the application interface, including creating admin accounts. Learn to identify and use container IDs to manage container states, preparing you for managing Docker volumes next.
We'll cover the following...
We'll cover the following...
- Run the following and when the container ID is displayed, click on the app link provided on the widget to view its output.
docker run -d -p 8086:80 nextcloud
-
Take note of the beginning of the container ID that ...