Hello! If you guys are still running into the: "Co...
# ieee-sscs-dc-24
m
Hello! If you guys are still running into the: "Conflict. The container name "/glayoutcontainer" is already in use by container.." in WSL, you can just use "docker start" below instead of "docker rm + docker run" again
🙌 2
s
Just to clarify, this reuses the container. If you were to commit the container you wouldn’t be able to use your committed changes.
l
Please use remove command to remove it. Then start again
m
@Sakib Pathen Agreed, after each commit you should remove (docker rm) and create a new container (docker run) from the modified image. However after that it is easier to just use docker start instead of continuously removing and recreating the docker container each time!
👍 1