All Projects → genuinetools → Contained.af

genuinetools / Contained.af

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

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Contained.af

Kubectl Dig
Deep kubernetes visibility from the kubectl
Stars: ✭ 325 (-55.48%)
Mutual labels:  syscalls, containers
Cubostratus
Blazingly fast Linux syscall collector
Stars: ✭ 68 (-90.68%)
Mutual labels:  syscalls, containers
Hilo
A Cross-end HTML5 Game development solution developed by Alibaba Group
Stars: ✭ 5,723 (+683.97%)
Mutual labels:  game
Emoji Minesweeper
💥💣💥
Stars: ✭ 706 (-3.29%)
Mutual labels:  game
Invaderz
Space invaders, but the invaders evolve with genetic algorithm
Stars: ✭ 686 (-6.03%)
Mutual labels:  game
Docker Squid
Dockerfile to create a Docker container image for Squid proxy server
Stars: ✭ 669 (-8.36%)
Mutual labels:  containers
Darch
A tool for building and booting stateless and immutable images, bare metal.
Stars: ✭ 701 (-3.97%)
Mutual labels:  containers
Textractor
Extracts text from video games and visual novels. Highly extensible.
Stars: ✭ 656 (-10.14%)
Mutual labels:  game
Sparrow
运维管理平台(python3+flask+pycharts+apscheduler+gunicorn),模块化结构设计,底层依托mysql、influxdb、elasticsearch、zabbix、k8s等数据源数据
Stars: ✭ 723 (-0.96%)
Mutual labels:  containers
Control
Control manages the lifecycle of clusters on your infrastructure and allows deployment of applications via HELM. Its deployment and configuration workflows will help you to get up and running with Kubernetes faster.
Stars: ✭ 680 (-6.85%)
Mutual labels:  containers
Nanoserver
DEMO: Mahjong server base on nano(https://github.com/lonng/nano)
Stars: ✭ 706 (-3.29%)
Mutual labels:  game
Abstreet
Transportation planning and traffic simulation software for creating cities friendlier to walking, biking, and public transit
Stars: ✭ 6,355 (+770.55%)
Mutual labels:  game
Binci
🐳 Containerize your development workflow.
Stars: ✭ 671 (-8.08%)
Mutual labels:  containers
Containerum
Web UI for Kubernetes with teamwork and CI/CD support
Stars: ✭ 702 (-3.84%)
Mutual labels:  containers
Allsketchs
Processing sketches, in which I have worked in the last years; images, videos, prototypes, experiments, tools, works, concepts... Everything is unfinished, some may not work, When I had no ideas, I would open one to see what it was...
Stars: ✭ 666 (-8.77%)
Mutual labels:  game
Grpc By Example Java
A collection of useful/essential gRPC Java Examples
Stars: ✭ 709 (-2.88%)
Mutual labels:  containers
Cromwell
Scientific workflow engine designed for simplicity & scalability. Trivially transition between one off use cases to massive scale production environments
Stars: ✭ 655 (-10.27%)
Mutual labels:  containers
Godot Make Pro 2d Games
A-RPG demo made with Godot, MIT-licensed, from our Godot course
Stars: ✭ 674 (-7.67%)
Mutual labels:  game
Open Source Ios Apps
📱 Collaborative List of Open-Source iOS Apps
Stars: ✭ 28,826 (+3848.77%)
Mutual labels:  game
Xingo
高性能golang网络库,游戏开发脚手架
Stars: ✭ 727 (-0.41%)
Mutual labels:  game

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/.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].