You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.