Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reset password via docker error #7

Open
spacexnasa opened this issue Jul 13, 2019 · 3 comments
Open

reset password via docker error #7

spacexnasa opened this issue Jul 13, 2019 · 3 comments

Comments

@spacexnasa
Copy link

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'.

@WarGot-by
Copy link

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)

@siva01c
Copy link

siva01c commented Oct 30, 2022

docker start b46ccc21402a / number is container id

@ashioyajotham
Copy link

Start docker like @siva01c suggested.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants