Files
container.training/slides/shared/prereqs.md
Jérôme Petazzoni fe3e01bef8 🫡 Formintra Oct 2024
2024-10-14 17:57:00 +02:00

20 lines
431 B
Markdown

## Pre-requirements
- Be comfortable with the UNIX command line
- navigating directories
- editing files
- a little bit of bash-fu (environment variables, loops)
- Some Docker knowledge
- `docker run`, `docker ps`, `docker build`
- ideally, you know how to write a Dockerfile and build it
<br/>
(even if it's a `FROM` line and a couple of `RUN` commands)
- It's totally OK if you are not a Docker expert!