Skip to content

carelessfinch/ctfpydock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ctfpydock

Docker files for hosting all python challenges.

Usage

Add challenge files to files directory.

Add necessary modules to requirements.txt.

Run docker build -t pydock . to build the container.

Run docker run -d -it -p 1337:1337 pydock to run the container.

About

Docker files for hosting all python challenges.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published