Skip to content
This repository has been archived by the owner on Nov 12, 2018. It is now read-only.

codewars/deprecated-codewars-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED

This project is no longer being used. Please see codewars-runner.

======== Codewars Docker

This project utilizes Docker to be able to execute sandboxed untrusted code from multiple languages.

Overview

A resource pool of Docker containers is maintained to ensure better control over resource constraints. It was found that using a container per unique request did not perform as well.

TODO

  • Vagrant File
  • Set CPU/Memory Limits
  • Enable file-access
  • Merge images into one, so that one pool is used
  • Integrate codewars-cli
  • Add maintanence scripts to image to handle resource cleanup