cherrybomb icon indicating copy to clipboard operation
cherrybomb copied to clipboard

Creating Dockerfile

Open prakharporwal opened this issue 2 years ago • 3 comments

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

prakharporwal avatar Jun 17 '22 19:06 prakharporwal

@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 ?

prakharporwal avatar Jun 29 '22 08:06 prakharporwal

@GuyL99 @DeliciousBounty @RazMag Working now I changed the base image to debian:stable and the docker image runs as expected.

prakharporwal avatar Jun 29 '22 17:06 prakharporwal

Hi @BartvdBerkHU I have made changes as per the blog . Maybe try using it now.

prakharporwal avatar Jul 05 '22 10:07 prakharporwal

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 avatar Aug 23 '22 06:08 RazMag

@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.

prakharporwal avatar Aug 23 '22 08:08 prakharporwal