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

Errors are returned when executing ./dev.sh #45

Open
AndrewCopeland opened this issue Jan 30, 2020 · 1 comment
Open

Errors are returned when executing ./dev.sh #45

AndrewCopeland opened this issue Jan 30, 2020 · 1 comment

Comments

@AndrewCopeland
Copy link
Contributor

Output of running ./dev.sh

copeland:conjur-api-java acopeland$ ./dev.sh
+ trap finish EXIT
++ docker run --rm possum data-key generate
Unable to find image 'possum:latest' locally
docker: Error response from daemon: pull access denied for possum, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
See 'docker run --help'.
+ export POSSUM_DATA_KEY=
+ POSSUM_DATA_KEY=
++ docker run -d postgres:9.3
+ pg_cid=0ff59919929844046bdeee8c6dd46deea4dd6f2d44f77ac362a49783087c2d5a
++ docker run -d --link 0ff59919929844046bdeee8c6dd46deea4dd6f2d44f77ac362a49783087c2d5a:pg -e DATABASE_URL=postgres://postgres@pg/postgres -e RAILS_ENV=development -p 3000:80 possum server -a cucumber
Unable to find image 'possum:latest' locally
docker: Error response from daemon: pull access denied for possum, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
See 'docker run --help'.
+ server_cid=
+ finish
+ docker rm -f 0ff59919929844046bdeee8c6dd46deea4dd6f2d44f77ac362a49783087c2d5a
0ff59919929844046bdeee8c6dd46deea4dd6f2d44f77ac362a49783087c2d5a
+ docker rm -f
"docker rm" requires at least 1 argument.
See 'docker rm --help'.

Usage:  docker rm [OPTIONS] CONTAINER [CONTAINER...]

Remove one or more containers
@AndrewCopeland
Copy link
Contributor Author

I am going to revamp dev.sh

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

No branches or pull requests

1 participant