We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In my Docker for Desktop Windows I performed:
docker run -p 5432:5432 -d --name db arminc/clair-db:2017-09-18 docker run -p 6060:6060 --link db:postgres -d --name clair arminc/clair-local-scan:v2.0.6
and got following error:
docker: Error response from daemon: could not get container for db: No such container: db.
The text was updated successfully, but these errors were encountered:
In my Docker for Desktop Windows I performed: docker run -p 5432:5432 -d --name db arminc/clair-db:2017-09-18 docker run -p 6060:6060 --link db:postgres -d --name clair arminc/clair-local-scan:v2.0.6 and got following error: docker: Error response from daemon: could not get container for db: No such container: db.
Please run docker ps -a to check container db has been Up.
docker ps -a
db
Up
Sorry, something went wrong.
No branches or pull requests
In my Docker for Desktop Windows I performed:
docker run -p 5432:5432 -d --name db arminc/clair-db:2017-09-18
docker run -p 6060:6060 --link db:postgres -d --name clair arminc/clair-local-scan:v2.0.6
and got following error:
docker: Error response from daemon: could not get container for db: No such container: db.
The text was updated successfully, but these errors were encountered: