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)
Exercise 1:
Exercise 2:
I'll check the others here in a bit 👍
Originally posted by @NSHouseCat in #12 (comment)