“Docker-Compose Build Context Tag nama sendiri” Kode Jawaban

Docker-Compose Build Context Tag nama sendiri

#It seems the docs/tool have been updated and you can now add the image tag to your script. This was successful for me.

#Example:

version: '2'
services:

  baggins.api.rest:
    image: my.image.name:rc2  <<----
    build:
      context: ../..
      dockerfile: app/Docker/Dockerfile.release
    ports:
      ...
      
https://docs.docker.com/compose/compose-file/#build
DreamCoder

Docker-Compose Build Context Tag nama sendiri

build: ./dir
image: custom-image-name:tag
DreamCoder

Jawaban yang mirip dengan “Docker-Compose Build Context Tag nama sendiri”

Pertanyaan yang mirip dengan “Docker-Compose Build Context Tag nama sendiri”

Lebih banyak jawaban terkait untuk “Docker-Compose Build Context Tag nama sendiri” di Shell/Bash

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya