Step 1: Getting Started
Check Docker
Make sure you have Docker available on your machine by running the following command:
Download the project
Clone the following project from GitHub to your computer: https://github.com/testcontainers/workshop
Build the project to download the dependencies
With Gradle:
(optionally) Pull the required images before doing the workshop
This might be helpful if the internet connection at the workshop venue is somewhat slow.
Last updated