Hello everyone
I’m new to Docker and I’m not sure what the difference is between entrypoint and cmd. I’m trying to get a much better grasp of these concepts because I want to Dockerise a Rust CLI project. Which one should I use to run commands?
Many thanks