# Preparation

# Prerequisites

  • VSC
  • Docker Desktop
  • Postman
  • Pull some images: ZZZZZ
  • Knowledge of:
    • Git
    • nodeJS coding
    • Databases

Optional:

  • NodeJS / NPM / yarn

# Downloading Docker images in advance

If you'd like to minimize Internet usage while doing this training, you can download a few Docker images in advance by running these commands...

docker pull ubuntu:20.04
docker pull library/mysql:5.7
docker pull phpmyadmin/phpmyadmin
docker pull redis:6.2
1
2
3
4

TIP

A Google slides presentation (opens new window) is available that directly mirrors this course.

Deployed on Github Pages.
Last updated: 2023-05-17, 15:37:23 UTC