-
Notifications
You must be signed in to change notification settings - Fork 22
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
Local Docker Build does not work #263
Comments
Instructions were recently updated in 2ce2033: docker compose up This fails with the next error on my system:
@ccheetham Do you know how to fix this? |
Assuming that |
The We could outline the steps to authenticate in the README, even though most developers will not be able to authenticate. A second option is to use a public registry. Here are the steps to authenticate:
|
@bart-vmware are you satisfied with the state of this as we merge #310? |
Found the next issues in README.md (already merged to main):
|
Describe the bug
The instructions for running documentation from a docker container at the end of /README.md:
docker build -t steeltoe-docs . docker run -d --name local-docs -p 8082:80 steeltoe-docs
Fail with the following error on my system:
Expected behavior
The commands to succeed without error.
Environment (please complete the following information, if applicable):
The text was updated successfully, but these errors were encountered: