Categorygithub.com/codecrafters-io/docker-tester
module
0.0.0-20241028172802-2c958e934c60
Repository: https://github.com/codecrafters-io/docker-tester.git
Documentation: pkg.go.dev

# README

Docker Challenge Tester

This is a program that validates your progress on the Docker challenge.

Requirements for binary

  • Following environment variables:
    • CODECRAFTERS_SUBMISSION_DIR - root of the user's code submission
    • CODECRAFTERS_TEST_CASES_JSON - test cases in JSON format

User code requirements

  • A binary named your_docker.sh that runs the user's docker command
  • A file named codecrafters.yml, with the following values:
    • debug

Running tests

  • make test on a Linux machine
  • make test_in_docker_container on OSX

# Packages

No description provided by the author
No description provided by the author