reuben-sutton / contained.af

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

Home Page:https://contained.af

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

contained.af

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

Travis CI

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

Run contained.af locally

Contained is made of a few components:

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

Prepare the static 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:1234/.

About

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

https://contained.af

License:MIT License


Languages

Language:JavaScript 66.2%Language:CSS 15.8%Language:Go 14.5%Language:HTML 1.4%Language:Makefile 1.2%Language:Shell 0.8%