Getting started - Container Challenges Getting started with container-based challenges
Instructions container-based challenge
- Create a dockerfile for the container(s) you want to include in the challenge. Note: All necessary files that it interacts with, must be included in the image.
- Build and try your image. When you're satisfied, upload the container image to a container registry.
- Package it all up as a docker-compose file and test. If it works, you can encode your docker-compose file
- Upload the challenge and test if the deployment and flag input work. Export your static and container-based challenges and share it with somebody to solve.