Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 412 Bytes

File metadata and controls

23 lines (15 loc) · 412 Bytes

runner

This is an image for runner container. Some sort of a sandbox, inside which users' solutions are executed

Deploy

Build an image with initial tag

$ docker build -t runner .

Create tag for container registry

$ docker tag runner:latest ghcr.io/voidcontests/runner:latest

Push an image to container registry

$ docker push ghcr.io/voidcontests/runner:latest