Skip to content

voidcontests/runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Sandbox for executing submissions

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published