Hi guys I have issue with docker-compose and postgres image. I am trying to use docker-compose(I am new to docker) for my API and postgres database. Her is how
First of all, thank you so much for your attention on this important issue that I'm dealing right now... See the image below then keep reading the text: So, I b
I have a Dockerfile using which I am trying to build an image. I wish to have multiple inputs fetched from the user from STDIN, when the build runs. To get star
I am using gitlab and need to build a docker image within the container image. Every-time I am trying to do that I am getting error : Cannot connect to the Dock
I need to use SSH keys inside a container during build stage and I do that with RUN echo "${SSH_KEY}" > /root/.ssh/id_rsa Where SSH_KEY is build arg. The pr
I have Jenkins Master runnig on docker conatiner and Every time I need A slave to run my jobs a docker container spins up as a Jenkins slave and my script is e
I have a .Net standard project called PrivateSales with a Dockerfile that looks like this #See https://aka.ms/containerfastmode to understand how Visual Stu
I am attempting to connect a FastAPI with sqlAlchemy to a mysql db container. I am using the alias. Unfortunately it wont connect and I don't know why. Using My
I just wondering about toml support for docker-compose. I've only found following Reddit implementation of toml instead yaml. https://www.reddit.com/r/docker/co
Honestly, it this point im begging for help So im trying to add protection for my docker registry ( i do not wanna use htpassword ) which is run like this: dock
Honestly, it this point im begging for help So im trying to add protection for my docker registry ( i do not wanna use htpassword ) which is run like this: dock
I am new to Docker and nginx and am in the process of setting up a reverse proxy with nginx for my react web application. I am using Docker to contain the appli
/etc/docker/daemon.json has the following contents { "live-restore": true, "default-ulimits": { "memlock": { "Hard": -1, "Name": "memlock",
I'm building a network with docker compose and some bash scripts and i'm having problems during the process. Basically i have a some containers and volumes. In
This fine question addresses how to perform a docker build with the stdout from RUN commands visible. On the other hand, I have not been able to find a way to r
I run a website via Docker as I develop on macOS and macOS is set up with a case-insensitive filesystem by default. When I run the site, I was rendering an imag
I am trying to run the following command in Ubuntu 21.10 with Docker so that it will run on my external USB hard-drive: sudo docker run -v /media/alexanderjsing
I have a Dockerfile that looks like that: FROM ubuntu:latest RUN apt-get update && \ apt-get -y install sudo RUN apt-get update; apt-get install
I'm trying to learn Dapr and Docker Compose at the same time, though I am running into some problems. I have a very basic docker-compose.yaml, shown below versi
In order to host multiple websites I'am trying to reproduce the following schema diagram The redirection works correctly with the following sites and without ha