Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 430 Bytes

prereqs.md

File metadata and controls

19 lines (11 loc) · 430 Bytes

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 a FROM line and a couple of RUN commands)

  • It's totally OK if you are not a Docker expert!