You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered:
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:
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):
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 properlyThe text was updated successfully, but these errors were encountered: