skip to Main Content

Cannot mount volumes inside docker-compose

I have this docker compose in my repo version: "3.9" services: service: image: <REGISTRIY_LINK_TO_IMG> platform: linux/x86_64 build: context: . dockerfile: Dockerfile ports: - "8080:8080" - "8081:8081" gql-schema-verify: image: <REGISTRIY_LINK_TO_IMG> entrypoint: [] volumes: - ./service/src/main/resources/graphql:/home/node/updated environment: - VALIDATED_SERVICE=core command: /bin/bash validate…

VIEW QUESTION

Based image of dockerfile

Recently, I have been started to working on docker and building them.I just had this doubt how we will we find the appropriate base image Please clarify me how one can choose right based image for any docker file. I…

VIEW QUESTION
Back To Top
Search