Skip to content

jradikk/dirsearch-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Dirsearch in Docker

Dockerfiles for building and running dirsearch as a docker container

Dockerfile.legacy - should be used in order to build an image with old docker versions (prior to 17.05)

Ready-to-use image can be found in my Docker hub

Examples

In order to pull the built docker image:

  • docker pull jradik/dirsearch-docker:latest

In order to pull the built legacy docker image:

  • docker pull jradik/dirsearch-docker:legacy

In order to build docker image manually:

  • from Dockerfile docker build .
  • from legacy Dockerfile docker build -f Dockerfile.legacy .