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_
How to be with orphan images when you have 2 independent projects and you want them to work at the same time or at least to build running docker-compose up -d w
I'm using secrets to manage username, password, and dbname with a Docker stack using Postgres as a DB. I now want to use the healthcheck feature that Docker pro
I am trying to run a cronjob inside a docker container that invokes a shell script. Yesterday I have been searching all over the web and stack overflow, but I c
So I have used the default docker for testcafe which on docker hub is testcafe/testcafe and I have to run a few testcafe scripts. However, I need the screens
Problem: Cannot create topics from docker-compose. I need to create kafka topics before I run a system under test. Planning to use it as a part of the pipeline,
My DockerFile has an ENTRYPOINT that just echoes ENTRYPOINT echo %windir%\system32\inetsrv\appcmd to the command window. This syntax works: ENTRYPOINT echo %wi
I am trying to find a way to delay the docker container to be up until the task in ENTRYPOINT is completed. To explain it further, I have a docker file which ha
I'm using Sonatype Nexus as a Private Docker Registry. While it works with authenticated users, trying to use anonymous user to pull images doesn't work. This
How can I tell whether or not I'm logged in to a private Docker registry server from a script? In other words, has docker login some.registry.com been run succ