I don\'t know what I\'m doing wrong, but I simply cannot get docker-compose up to use the latest image from our registry without first removing the old containers f
docker-compose up
I am using following command to get latest images
sudo docker-compose down -rmi all
sudo docker-compose up -d