-
Notifications
You must be signed in to change notification settings - Fork 68
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
Dockerfile #4
Comments
To be honest I have no clue how to create or use a dockerfile. |
Sure. Feel free to copy or reference the Dockerfile I made. I would let my repository stay on github, so the image can be build automaticly on docker hub. You can use the image by installing Docker and then run
|
If anyone interested in the alpine based minimal docker, here's my try: Usage example: |
Ah perfect, thank you. Your image is quite cleaner - I would use this as official Dockerfile for this project. |
ok, so it's just this file that is needed? can you make a pull request and add a sentence to the README.md how to run it? |
also I'll try to create a pip package, it's just something that I pushed down my todo list in light of more important tasks. |
It may be best to use the |
I think ilyaglow already provide an alpine based image: https://github.com/ilyaglow/robot-detect/blob/alpine-based-docker/Dockerfile |
It would be great, to have a Dockerfile for easy deployment and testing. I have created an example image on docker hub with an open Dockerfile in github:
https://hub.docker.com/r/devsecur/robot-attack/
The text was updated successfully, but these errors were encountered: