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

Cannot acces to docker image #15

Closed
RafaelAybar opened this issue Dec 16, 2019 · 1 comment
Closed

Cannot acces to docker image #15

RafaelAybar opened this issue Dec 16, 2019 · 1 comment

Comments

@RafaelAybar
Copy link

Hi! I have an issue trying to acces to daemon container with this command: docker run --rm -t -i newrelic/infrastructure:latest /bin/ash
But i get the following error:

/bin/ash: line 1: syntax error: unexpected "("

Reading the docs, your docker images are based on Alpine, right? Also i have tried this command with same error: docker run --rm -t -i newrelic/infrastructure:latest /bin/sh

@alejandrodnm
Copy link
Contributor

alejandrodnm commented Apr 1, 2020

@RafaelAybar You typed /bin/ash instead of /bin/bash in the first command.

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

3 participants