I have an issue here, how i can get into the exite...
# containers
b
I have an issue here, how i can get into the exited container here ?, because it contains what i have done before. start doesn't work. when i try to use the same docker open command, it opens a new container!
a
You can delete the previous container with "$ docker container ls" and then "$docker container rm <hash_code>".