Skip to content

ToDos & FAQ

Bahrami edited this page May 3, 2023 · 1 revision
  • if the docker container gives error or you accidentally close its terminal, it's still running and running the run command wihth name gives error
$ docker run -it --rm --privileged --net=host --name roskinetic -v /home/root:/root/yoctohome/:rw -w /root/ roskinetic-xenial:v1.0 /bin/bash
# Error response from daemon: Conflict. The name "roskinetic"  is already in use by container 5f3b35fab67a. You have to remove (or rename) that container to be able to reuse that name.

temp. Sol. run without name tag --name roskinetic.

Clone this wiki locally