Praqma / reveals

5 stars 2 forks source link

Docker - Exercises #40

Closed sofusalbertsen closed 7 years ago

sofusalbertsen commented 7 years ago

Images

Dockerfile commands

Container management

sharing containers

sofusalbertsen commented 7 years ago

Idea: Make a nginx without ports and try to connect. Make another nginx with -P and see what ports are open Make yet another with -p to control which ports are mapped to the host.

sofusalbertsen commented 7 years ago

Images

Dockerfile commands

Container management

sharing containers

sofusalbertsen commented 7 years ago

Started making exercises: https://github.com/sofusalbertsen/docker-exercises

sofusalbertsen commented 7 years ago

Inspiration: http://docker.atbaker.me/exercises/exercise_2.html

sofusalbertsen commented 7 years ago

I'm not including

As I haven't used it in real life yet :)

sofusalbertsen commented 7 years ago

@RandomSort will take a brief look at the content before monday night :)

sofusalbertsen commented 7 years ago

Only need some docker-compose exercises, else good to go.