I just wondering about toml support for docker-compose. I've only found following Reddit implementation of toml instead yaml. https://www.reddit.com/r/docker/co
I'm trying to learn Dapr and Docker Compose at the same time, though I am running into some problems. I have a very basic docker-compose.yaml, shown below versi
In order to host multiple websites I'am trying to reproduce the following schema diagram The redirection works correctly with the following sites and without ha
I am trying to have my ksqldb-server docker instance up and connect to a remote Kafka cluster, but getting an error. Here are the details docker-compose.yml ---
I have a Dockerfile as below: FROM jenkins/jenkins:latest USER root RUN whoami USER jenkins RUN whoami and this docker-compose file version: '2' services:
The new docker compose v2 is supposed to allow to run docker compose, using the space to replace the dash, directly. But if I put it in a .sh file and run it, i
Basically what I have got working so far is as follows in the following order; Login to GitLab Container Registry Build Docker Containers from docker-compose.ym
This is my Docker Compose file containing 4 api containers: version: '3.4' services: api1.api: image: ${DOCKER_REGISTRY-}api1 build: context: .
Is there anyway to have docker create output the evaluated line? for example # Dockerfile COPY ${SRC}/file . will echo Step 1/1 COPY ${SRC}/file . I want it to
I am a newbie to docker. This is the layout I am working with. I have 2 projects in the docker compose file. A dotnet6 web api and a mvc web app. In the web api
I have a docker image running for powering a wordpress site. As far as I know, Docker images are not persistent. so any change i make will be discarded once i s
I am trying to run a parse-server and parse-dashboard via the following docker-compose.yml docker-compose: version: '3.9' services: database: image: mong
I'm pretty new to Docker and especially to docker-compose and I'm running into an issue I can't seem to fix. I have a docker-compose.yml file that looks like ve
I am trying to run parse dashboard via the following docker-compose.yml: version: '3' services: mongo: image: mongo ports: - 27017:27017 vo
I'm running coco-annotator in a dedicated e2-micro Instance on GCP, and it first it was running smoothly, but recently it has been hanging very frequently, and
I am learning Docker and have a little confusion that I would greatly appreciate some advice on. When creating a new rails application. Following the guidelines
Apologies in advance if these questions are very basic. But I failed to find answers that are on-point: In terms of clearing the container cache (not policies a
I'm trying to run Nodemon package in a Docker Network with two services, NodeJs and MongoDB. When I run the app with npm start, nodemon works: I can connect to
After spending hours searching why I cannot access to my webUI, I turn to you. I setup freeipa on docker using docker-compose. I opened some port to gain remote
I am testing and building a lot of containers over a somewhat slow internet connection. Every time I test a rebuild it has to re-download all the apt and pip pa