cherrybomb
cherrybomb copied to clipboard
Creating Dockerfile
Rust cli app dockerize using this article as reference https://dev.to/kevingimbel/how-to-distribute-a-rust-cli-tool-as-docker-image-5bgl
Fix #16
@GuyL99 @DeliciousBounty @RazMag Need help the image build fine. ( with few code warnings) but the ENTRYPOINT is not found. Hence when running the image it fails. Can you suggest something here ?
@GuyL99 @DeliciousBounty @RazMag Working now I changed the base image to debian:stable and the docker image runs as expected.
Hi @BartvdBerkHU I have made changes as per the blog . Maybe try using it now.
Hey! we've added docker support hosted on our repository. see here https://github.com/blst-security/cherrybomb#docker-container
Thank you for your help!
@RazMag Did my code help? Would be grateful if you could point out my mistake and let me know what I could have improved on.