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

README.md: hydra container doesn't include bash #548

Merged
merged 1 commit into from Jul 3, 2017

Conversation

srenatus
Copy link
Contributor

@srenatus srenatus commented Jul 3, 2017

No description provided.

Signed-off-by: Stephan Renatus <srenatus@chef.io>
@aeneasr
Copy link
Member

aeneasr commented Jul 3, 2017

Thanks!

@aeneasr aeneasr merged commit e837bba into ory:master Jul 3, 2017
@srenatus srenatus deleted the patch-1 branch July 3, 2017 11:05
$ docker exec -i -t <hydra-container-id> /bin/bash
# e.g. docker exec -i -t ec91228 /bin/bash
$ docker exec -i -t <hydra-container-id> /bin/sh
# e.g. docker exec -i -t ec91228 /bin/sh
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi,

Using the docker image: oryd/hydra:v1.4.10

this does not seem to work...

docker container exec -it <container name> /bin/sh

The result is this:

exec failed: container_linux.go:349: starting container process caused "exec: \"/bin/sh\": stat /bin/sh: no such file or directory": unknown

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is from 2017...

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yup. i can see it's old. but this is still in the readme on docker hub. https://hub.docker.com/r/oryd/hydra/

Search:

docker exec -i -t <hydra-container-id> /bin/sh

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point, looks like this isn't properly synced to docker hub any more! #1901

@aeneasr aeneasr mentioned this pull request Jun 11, 2020
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

Successfully merging this pull request may close these issues.

None yet

3 participants