While trying to run this command : docker-compose up I get this error : Error response from daemon: user declined directory sharing C:\Users\path_to_my_folder I
I've been trying to get my main.js file and css static files to load in my container and on google cloud for the past 4 days. Here is my file tree: main/ - fr
Let's say I have a docker-compose file with two containers: version: "3" services: app: image: someimage:fpm-alpine volumes: - myvolume:/var/www
Trying to install some small packages into a container via compose w/out resorting to having to use my own dockerfile, but whether I try mounting just the folde
I have the following dir structure: . ├── docker-compose.yml ├── README.md └── services ├─
I frequently swap between different apps which use Docker, some of which are microservices that need to both be operational so I can't simply kill all of my con
docker-compose --context remote (up|dows|ps|...) doesn't do anything. although docker --context remote ps works, connects to the remote and lists the containter
Caused by: org.postgresql.util.PSQLException: Connection to localhost:5432 refused. Check that the hostname and port are correct and that the postmaster is acce
I am trying to setup a local kafka-connect stack with docker-compose and I have a problem with my scala producer that's supposed to send avro messages to a kafk
I tried to dockerize my Wagtail Web Application and this error Occurred. I tried docker-compose build there was no errors. after that i tried docker-compose up
I'm working on a Dockerized project which has an Adminer container. I need to increase the value of post_max_size found in /usr/local/etc/php/conf.d/0-upload_la
I have installed Appwrite. But a new directory conating the docker-compose.yml and .env has not been created. The terminal is giving a sucess message. Docker i
I am using this project : https://github.com/adoroszlai/ambari-runtime-compose.git to run ambari on my local system The docker compose includes one server and o
I am running docker-compose in Github-Action. docker-compose.yml has following service definition for postgres postgres: container_name: postgres imag
When I try to run my PHP Codeception test environment through Docker in my project, I get the following error: docker-compose run --rm codecept run ui_aut
Is it possible to run Cosmos emulator as a docker container and use the instance in another container? I haven't been able to find anything that clearly explain
I'm trying to create docker container with SonarQube inside it, but I get this error while composing for the first time: Caused by: java.util.concurrent.Executi
I have a docker image which I wanted to bring up to run test automatically, the scripts are located at /opt/robotframework/tests Error occurred that docker cann
I have a docker compose file which creates a starts SQL Server. This is working fine. I can connect to the database and see the master database. What I am tryin
The issue is as long as the file size is small: I could mount the volume and see it inside my container. But as the file size grows let's say 34MB, I can't see