skip to Main Content

docker cant find environment file that definitly exists

For some reason I cant copy this .env file with docker compose. I get an error: failed to solve: failed to compute cache key: failed to calculate checksum of ref P7HG:437G:LTTO:46LJ:7DOL:LGFQ:P7GQ:YW5M:RZV2:E4OL:HEQW:3GNM::pgh0i83f6t5m5ko3ng9naj74n: "/.env": not found Here is my project structure: tree…

VIEW QUESTION

docker-compose does not create directory

I have the following docker-compose version: "3.9" services: foo: image: an_image volumes: - source: ./logs target: /tmp/data type: bind I am using 3.9 docker-compose syntax with 2.24 docker-compose library. Because of this bug I have to use the long syntax…

VIEW QUESTION

Cassandra inside docker is not up

I'm running a cassandra container with the the help of docker. For the below set of configuration I'm trying to run the script.sh script which should run after cassandra is up and running. However, the below script keeps logging ConnectionRefusedError(111)…

VIEW QUESTION
Back To Top
Search