Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 311 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 311 Bytes

Run a program in a Docker container for sandboxing

Prerequisites

  • This program is made for Linux, and will probably not work on other operating systems.
  • Requires a Docker daemon (but does not use the docker command).

Setup

Build an empty Docker image with:

docker build -t empty .