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

Exercise 1 and 2 issues #13

Open
antonioortegajr opened this issue May 31, 2022 · 1 comment
Open

Exercise 1 and 2 issues #13

antonioortegajr opened this issue May 31, 2022 · 1 comment

Comments

@antonioortegajr
Copy link
Member

Exercise 1:

  • I had to add a path running the command, even in the same directory. This could just be me having a stupid config though but to get around it I just added the path like this and it all worked:
    • docker build ./ -t hello
    • docker run -d -p 8080:8080 -t hello

Exercise 2:

  • Looks like it is "htmlApp" and not "app" for the directory so the example copy command is wrong (not sure if the goal here was to have ppl sort that bit out so maybe not an issue?)
  • HTML file has an extra > in there, again not sure if that is by design so ppl fix it via ssh
  • ssh command was not working for me, could be more path issues on my part, connecting through the desktop app to the command line worked just fine so prolly a me thing
  • build command lists "hello" instead of "html-server-image:v1"

I'll check the others here in a bit 👍

Originally posted by @NSHouseCat in #12 (comment)

@antonioortegajr
Copy link
Member Author

  1. Added path and updated read me and removed some typos in exercise 1.

  2. Removed the the hint at the bottom of the readme and removed the extra >. Updated build command. Updated reademe.
    Looks like the ssh is this bug? OCI runtime exec failed: exec failed: container_linux.go:348: starting container process caused "open /proc/self/fd: no such file or directory": unknown docker/for-linux#246

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

1 participant