six2dez/reconftw

Docker run command not formatted correctly

masoncfrancis opened this issue · 0 comments

Describe the bug
The docker command in the main README.md is not formatted correctly. When I run it I get this:

docker: invalid reference format: repository name (reconftw/Recon/) must be lowercase.

To Reproduce
Steps to reproduce the behavior:

  1. Run the docker run command provided in the README, removing the slashes and line breaks.

Expected behavior
Docker container should open and start running

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • Architecture: x64
  • OS: Windows
  • Version: 11

Additional context
I reformmatted the command as docker run -it --rm -v "${PWD}/OutputFolder:/reconftw/Recon" six2dez/reconftw:main -d example.com -r and it worked properly