Skip to content

A stupid game for learning about containers, capabilities, and syscalls.

License

Notifications You must be signed in to change notification settings

bndw/contained.af

 
 

Repository files navigation

contained.af

make-all make-image GoDoc Github All Releases

A game for learning about containers, capabilities, and syscalls.

To add a question edit this file: frontend/js/questions.js.

Table of Contents

Run contained.af locally

Contained is made of a few components:

  • A static HTML and JavaScript frontend in frontend/
  • A Go web server in the project root
  • An isolated Docker installation, running inside a Docker container ("Docker-in-Docker").

Prepare the static frontend assets with:

make dev

Start an isolated Docker instance in the background with:

make dind

Build and run the server with:

make run

After a few moments, contained will be available at http://localhost:10000/.

About

A stupid game for learning about containers, capabilities, and syscalls.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 63.9%
  • CSS 14.9%
  • Go 14.6%
  • Makefile 3.8%
  • HTML 1.5%
  • Shell 1.0%
  • Dockerfile 0.3%