Running Docker? #663
Unanswered
TheMuffinMan563
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am not an expert in running Docker, i am using Visual Studio Code with the Docker extension. I got the docker image, i am attached to the container but i am confused to the steps for actually running it. What do we need to do after the image becomes a container, do we need to mount/bind, do we need map ports? Is there a good tutorial that would show me how to run containers, i tried many of the youtube and VScode tutorials, they're all about building images to make containers. None have been useful to me so far. I am using WSL2 with VScode on Windows. Say for example:
Step 1: docker build etal/cnvkit
Step 2: .....
Step 3: Use the dockerfile
Step 4: ....
Thank you
Beta Was this translation helpful? Give feedback.
All reactions