E
E
Evgeny2017-07-22 11:36:12
Docker
Evgeny, 2017-07-22 11:36:12

How to run docker-compose so that it checks for new container versions before building?

my docker-compose.yml for product contains only specially prepared containers

services:
  front:
    image: example/service:front
    container_name: 'front'
    restart: always
    links:
      - entry
      - core
      - inform

How to run docker-compose, so that it checks and, if necessary, downloads new versions of the container before launching?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Sokolov, 2017-07-22
Lubyanoy @arswarog

docker-compose pull && docker-compose up

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question