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

Problem with configure command in documentation, returns EOF #5

Closed
mb16 opened this issue Sep 28, 2018 · 2 comments
Closed

Problem with configure command in documentation, returns EOF #5

mb16 opened this issue Sep 28, 2018 · 2 comments

Comments

@mb16
Copy link
Contributor

mb16 commented Sep 28, 2018

I ran the configure command in your documentation:

docker run --rm -v $HOME/.aws:/root/.aws mikesir87/aws-cli aws configure

and received the following error: EOF when reading a line. This was done on a Mac in a bash terminal.
The solution was to add a "ti" switch.

docker run --rm -tiv $HOME/.aws:/root/.aws mikesir87/aws-cli aws configure

Please add a note in your documentation for others who might encounter this error.

@mikesir87
Copy link
Owner

Ah! Good catch! I’m on the road right now, but feel free to send a PR to fix it if you’d like. 😁

@mikesir87
Copy link
Owner

Resolved with f9df4ca

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

2 participants