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
docker: Error response from daemon: Conflict. The container name "/openvas" is already in use by container "b46ccc21402ae09cd3b1a0f965604712821ad52daa7bb1b206f51ccf781e101c". You have to remove (or rename) that container to be able to reuse that name.
See 'docker run --help'.
The text was updated successfully, but these errors were encountered:
docker: Error response from daemon: Conflict. The container name "/openvas" is already in use by container "b46ccc21402ae09cd3b1a0f965604712821ad52daa7bb1b206f51ccf781e101c". You have to remove (or rename) that container to be able to reuse that name.
See 'docker run --help'.
$ docker stop $(docker ps -a -q)
$ docker rm $(docker ps -a -q)
docker: Error response from daemon: Conflict. The container name "/openvas" is already in use by container "b46ccc21402ae09cd3b1a0f965604712821ad52daa7bb1b206f51ccf781e101c". You have to remove (or rename) that container to be able to reuse that name.
See 'docker run --help'.
The text was updated successfully, but these errors were encountered: