skip to Main Content

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