Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 751 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 751 Bytes

Microbuns

Try in PWD

Category: web

Author: koks

Description

I may be silicon but I can still stuff my RAM with buns and appreciate poetry.

Run locally

Launch challenge:

curl -sSL https://raw.githubusercontent.com/cybermouflons/CCSC-CTF-2024/master/web/microbuns/docker-compose.yml | docker compose -f - up -d

Shutdown challenge:

curl -sSL https://raw.githubusercontent.com/cybermouflons/CCSC-CTF-2024/master/web/microbuns/docker-compose.yml | docker compose -f - down