I have Ubuntu OS, dockerized project and two users on my Ubuntu. With one I do backend and with the second one I do frontend. On both sides there is installed dockerized project. Once I up that project on backend side, do some staff, down it and then go to frontend user and try to up the project, I see docker error saying that the container with a given name already exists. It's necessary to have that project for both users, for both back and front jobs. SO how do I up some container in Ubuntu, so it's available for one user only?
↧