My requirement is to create DB and Tables in Clickhouse when I'm bringing it up using docker-compose. If it is mysql, I do it as below : mysql_1: image:
My docker-compose.yml looks like the below and I am trying to follow the compose file from the docker registry documentation here. When i run docker-compose up
I've been googling this error for the past two days, but none of the solutions seem to help. I've build a simple NodeJS server that makes an external API call w
I'm creating a Dockerfile that downloads, builds, installs node.js from source. I'd like to checksum the download before building it, and stop or exit the Dock
Quite often, when I start my docker-composed app, I like to check that everything started correctly and everything's fine. So I do docker-compose up, look at t
I'm a newbie in docker. I try to run $ docker run hello-world And I got this error: $ docker run hello-world Unable to find image 'hello-world:latest'
Is it possible to get syntax highlighting for a Dockerfile in Sublime Text?
compose.yml file, which looks like this: version: '2' services: discovery-microservice: build: discovery-microservice context: /discovery-microserv
In one folder I have 3 files: base.py, Dockerfile and docker-compose.yml. base.py: import psycopg2 conn = psycopg2.connect("dbname='base123' user='postgres'
I am trying to get a nextcloud + mariadb + nginx docker-compose up and running locally, but I am stuck when it comes to the nginx.conf file. I am following this
I got this pipeline and a runner on my remote machine bitbucket_pipeline.yml: image: rust pipelines: branches: master: - step:
I mounted the container with this parameter: -v /home/test/:/home/test Inside /home/test in the host there is a symbolic link pointing to a /mnt/ folder.
I'm pretty new with Docker and i wanted to map the node_modules folder on my computer (for debugging purpose). This is my docker-compose.yml web: build: .
I am trying to setup minikube in a VM with ubuntu desktop 20.04 LTS installed, using docker driver. I've followed the steps here, and also taken into considerat
Problem I'm trying to start postgres in a docker container on my Mac, but I keep getting the following error message docker: Error response from daemon: driver
I tried to remove a costume network that is connected to a container. As you can imagine I didn't, because of the container. I stopped it and then removed the n
I tried to remove a costume network that is connected to a container. As you can imagine I didn't, because of the container. I stopped it and then removed the n
When doing a docker push or when pulling an image, how does Docker determine if there is a registry server in the image name or if it is a path/username on the
I have been trying for 4 days to: Deploy Oracle Instant Client with Docker. I can give you the Dockerfile but it is 96 lines To use Oracle Instant Client on my
This is ci/cd yaml file I using services: - docker:19.03.11-dind workflow: rules: - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_