This is a program that validates your progress on the Docker challenge.
- Following environment variables:
CODECRAFTERS_SUBMISSION_DIR
- root of the user's code submissionCODECRAFTERS_CURRENT_STAGE_SLUG
- current stage the user is on
- A binary named
your_docker.sh
that runs the user's docker command - A file named
codecrafters.yml
, with the following values:debug
make test
on a Linux machinemake test_in_docker_container
on OSX