Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker run command not formatted correctly #850

Open
masoncfrancis opened this issue Mar 6, 2024 · 0 comments
Open

Docker run command not formatted correctly #850

masoncfrancis opened this issue Mar 6, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@masoncfrancis
Copy link

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

@masoncfrancis masoncfrancis added the bug Something isn't working label Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant