This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| events:2018-03-17_docker_workshop [2018-02-16 13:46] – [/dev/workshop 2018-03-17] trinitor | events:2018-03-17_docker_workshop [2018-03-17 15:48] (current) – [prerequisites] n00ne | ||
|---|---|---|---|
| Line 11: | Line 11: | ||
| |Topic | |Topic | ||
| |Description | |Description | ||
| - | |prerequisites | + | |prerequisites |
| |Date | 2018-03-17, 17:00 | | |Date | 2018-03-17, 17:00 | | ||
| |Agenda | |Agenda | ||
| Line 28: | Line 28: | ||
| * docker with kubernetes / swarm (how to do things automatically even better?) | * docker with kubernetes / swarm (how to do things automatically even better?) | ||
| * summary (how to go on from here? is there life after / | * summary (how to go on from here? is there life after / | ||
| + | |||
| + | ===== Contents ===== | ||
| + | |||
| + | ==== Introduction ==== | ||
| + | |||
| + | [[https:// | ||
| + | ==== prerequisites ==== | ||
| + | |||
| + | The following workshop uses the following setup for the examples: | ||
| + | |||
| + | - [[https:// | ||
| + | - [[https:// | ||
| + | |||
| + | or alternatively use the... | ||
| + | |||
| + | === pre-installed virtualbox image === | ||
| + | |||
| + | [[https:// | ||
| + | |||
| + | __**Settings: | ||
| + | ^ Key ^ Value ^ | ||
| + | | network | ||
| + | | user | dockeradmin | ||
| + | | pass | dockeradmin | ||
| + | |||
| + | ==== Getting started ==== | ||
| + | |||
| + | <code bash> | ||
| + | sudo docker help | ||
| + | </ | ||
| + | |||
| + | <code bash> | ||
| + | sudo docker run hello-world | ||
| + | </ | ||
| + | |||
| + | <code bash> | ||
| + | sudo docker ps -a | ||
| + | </ | ||
| + | |||
| + | <code bash> | ||
| + | sudo docker images | ||
| + | </ | ||