[Question][Enviornment Setting] Password of docker image #658
Replies: 4 comments
-
It's 1234 |
Beta Was this translation helpful? Give feedback.
-
Probably, initial sudo password is 1234. |
Beta Was this translation helpful? Give feedback.
-
By the way, unless you keep your docker running indefinitely, installing any additional packages won't help, since they will be deleted once the container is closed. |
Beta Was this translation helpful? Give feedback.
-
You can restart a stopped container in docker without losing any data. Use |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Name: Gaeun Noh
Hello, I'm trying to set the environment using docker + vs code, and I'm following the steps in https://gitlab.com/-/snippets/2506127.
I tried to install vi in my docker machine, which needs sudo permission. However, I don't know the password of the given docker image.
Can I know the password of my docker-image, prosyslab/classroom?
Beta Was this translation helpful? Give feedback.
All reactions