You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will store the collaborative work for Docker lab.
If you're looking for a quick way to build & run the Dockerfile, you can use docker build . -t "test" && docker run -dit --name my_app -p 8080:80 test