Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ thanks to David Gaviria!
- cmgr update-schema schema.yaml
- Familiarize yourself with [Docker](https://www.docker.com/101-tutorial/)
- Helpful docker commands are:
- sudo docker build . --build-arg FLAG="picoCTF{exampleflag}"
- sudo docker build . --build-arg FLAG="picoCTF{exampleflag}" --build-arg SEED=53
- sudo docker run sha256:... (result of last command)
- sudo docker ps
- sudo docker exec -u root -it HEXSTRING bash (HEXSTRING from ps, gives root shell on Docker image)
Expand Down