it's for celery command and I need to modify this command and rerun it, this command is in docker-compose, I don't have access to source code files, just the image and container, is that any solution for that?
change the container's entrypoint?
If I stop the container, commit an image, make an entrypoint, can I change files inside it? and how can I rerun the container again?
add your scripts via dockerfile to get a new image with desired config
I've made an snapshot from the running container and made changes in it, seems like it woks
Обсуждают сегодня