Update Snipe-IT running on Docker container #12937
mirktmirkt
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am new to Snipe-IT (and Docker:)). Just updated Snipe-IT v6.0.14 to v6.1.0 Docker installation as documented here:
https://snipe-it.readme.io/docs/docker
Is everything OK with this step?
If I run
# docker run snipeit php artisan migrate
as documented I get:
Unable to find image 'snipeit:latest' locally
docker: Error response from daemon: pull access denied for snipeit, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
See 'docker run --help'.
So I just executed this command:
# docker exec -it snipeit php artisan migrate
What am I doing wrong? Or is there a mistake in documentation?
Regards,
mirkt
Beta Was this translation helpful? Give feedback.
All reactions