# 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
2
3
4
TIP
A Google slides presentation (opens new window) is available that directly mirrors this course.