I enjoy a lot using docker-compose.
Eg. on my server, when I want to update my app with minor changes, I only need to git pull origin master && docker-comp
Run the following commands:
docker-compose pull
docker-compose up -d --no-deps --build
As the top rated answer mentioned
docker-compose up -d --no-deps --build