DevOps virtualization
Run the following docker command:
docker run -dp 80:80 docker/getting-started:pwd
You should visit port 80 to see the instructions for the Docker 101 tutorial. This tutorial will help you practice several things that we have only discussed but not yet practiced: bind mounts, docker hub. You should have already completed up to “Sharing our App”. Now start from “Persisting our DB” and continue to the end.
Show me the results of your docker compose up
also show me docker volume ls