In this tutorial go over data versioning techniques using the mushroom app data. We will use Docker to run everything inside containers.
- Have Docker installed
- Cloned this repository to your local machine with a terminal up and running
- Check that your Docker is running with the following command
docker run hello-world
Install Docker Desktop
- To make sure we can run multiple container go to Docker>Preferences>Resources and in "Memory" make sure you have selected > 4GB
Follow the instructions for your operating system.
If you already have a preferred text editor, skip this step.
- Clone or download from here
- Run
docker container ls
- Stop any container that is running
- Run
docker system prune
- Run
docker image ls