mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-02-14 09:39:56 +00:00
431 B
431 B
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
(even if it's aFROMline and a couple ofRUNcommands)
-
-
It's totally OK if you are not a Docker expert!