how to get docker-compose to use the latest image from repository

后端 未结 10 1464
栀梦
栀梦 2021-01-30 07:51

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

10条回答
  •  灰色年华
    2021-01-30 08:38

    But

    https://docs.docker.com/compose/reference/up/ -quiet-pull Pull without printing progress information

    docker-compose up --quiet-pull
    

    not work ?

提交回复
热议问题