I have an image with code that I need to update very often. In order to see the new changes I have to delete the containers and create a new docker-compose.
Is there another way to do it?
I have an image with code that I need to update very often. In order to see the new changes I have to delete the containers and create a new docker-compose.
Is there another way to do it?
You can upload the version of the containers and deploy them with the new version so you will not have to delete the containers to make the changes