Skip to content

Commit

Permalink
Added extra lab
Browse files Browse the repository at this point in the history
  • Loading branch information
MartenBE committed Dec 18, 2023
1 parent 1703fc5 commit 83ea2f8
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 32 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- run: npm install -g reveal-md
- run: reveal-md --static
- run: reveal-md docs/ --static
- uses: actions/configure-pages@v3
- uses: actions/upload-pages-artifact@v2
with:
Expand Down
10 changes: 0 additions & 10 deletions demos/demos.md

This file was deleted.

29 changes: 23 additions & 6 deletions docs/slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ Tutorial: https://docs.docker.com/build/building/packaging/

### DockerHub

- up- or download images on https://hub.docker.com/
- up- or download images on https://hub.docker.com/

![](./img/dockerhub.png)

Expand Down Expand Up @@ -348,6 +348,23 @@ sudo docker run -p 8123:80 nginx

---

### Environment variables

- Sometimes, containers need some additional information
- E.g. root password for container, timezone, ...

---

### Extra lab:

- Try out these little games, can you connect and play?
- https://hub.docker.com/r/modem7/wordle
- https://hub.docker.com/r/jsonsong/docker-2048
- Host your own Minecraft server, can you connect and play? Does the world keep existing if you delete the container and start a new one?
- https://docker-minecraft-server.readthedocs.io/en/latest/

---

## Docker Compose

---
Expand Down Expand Up @@ -584,11 +601,11 @@ services:

## You can do a lot more!

- https://docs.docker.com/get-started/overview/
- https://docs.docker.com/compose/
- https://www.linuxserver.io/
- https://github.com/awesome-selfhosted/awesome-selfhosted
- https://kubernetes.io/
- https://docs.docker.com/get-started/overview/
- https://docs.docker.com/compose/
- https://www.linuxserver.io/
- https://github.com/awesome-selfhosted/awesome-selfhosted
- https://kubernetes.io/

---

Expand Down
2 changes: 1 addition & 1 deletion reveal-md.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": ["https://cdn.jsdelivr.net/npm/reveal.js-mermaid-plugin/plugin/mermaid/mermaid.min.js", "plugins.js"],
"separator": "^\\s*---\\s*$",
"staticDir": "html",
"theme": "theme.css",
"theme": "https://hogenttin.github.io/hogent-revealmd/_assets/theme.css",
"title": "HOGENT - Slides",
"verticalSeparator": "^\\s*-v-\\s*$"
}
14 changes: 0 additions & 14 deletions theme.css

This file was deleted.

0 comments on commit 83ea2f8

Please sign in to comment.