Skip to content

File for setting up my vulnerable web app in a docker container

Notifications You must be signed in to change notification settings

F3dai/docker-ctf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Temple CTF docker files

A repo to clone and build a vulnerable web app to pen test.

Create Docker Image:

Build the image with the Dockerfile in this repo.

docker build -t templeimg .

Run Temple Container:

Run a container with the image created:

docker run --name temple -d -p 8000:80 templeimg

Spawn a shell:

If you want to bash into the container, run the following commands:

docker ps
docker exec -it <container ID> /bin/bash

About

File for setting up my vulnerable web app in a docker container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published