Category "docker"

Unable to name a Mongo database in Docker compose

Can anyone tell me where I am going wrong. All I am trying to do is name a Mongo database using docker compose. I have a docker compose file that looks like thi

How to create AppArmor profiles for docker containers

I'm starting to dig into AppArmor and since nearly all my services run in a docker container I would like to create profiles for these containers, as mentioned

How to Keep wp-content folder after releasing a new container?

I have a Wordpress instance on Azure App Service. I release it as an Azure Docker Container. I use a single DockerFile. My release process is working as expecte

Run a gitlab CI pipeline in Docker container

Absolute beginner in DevOps here. I have a Gitlab repo that I would like to build and run its tests in the Gitlab pipeline CI. So far, I'm only testing locally

Docker override ENTRYPOINT but keep CMD

I need to extend a base image (jwilder/nginx-proxy) because I need to add some additional configuration to that image. Some of these configuration changes need

Elastic BeanStalk post deploy hook not executed

I'm facing a similar issue to this question while trying to implement the new hooks logic on a AWS Linux 2 managed platform running Docker. I have created my fi

Laravel - Running Horizon in Google Cloud Run (via Docker)

I'm trying to set up laravel horizon to run on my google cloud (run) containers. I have gotten installed successfully, however when I navigate to the dashboard,

Make can't find boost header in docker container

I'm trying to build a simple client server connection in docker with boost sockets. When I compile the files on ubuntu without docker it works. But when I try r

how do i store maven dependencies inside docker image using a Dockerfile

so im making a spring boot application that im supposed to put in and run from a docker container, and i would like to build the whole image using a docker file

Cannot reach docker container through WSL2

I run into an issue with a docker and WSL2 configuration that was running ok for weeks... I'm running a docker Apache2 web server on Ubuntu WSL2 with port forwa

Cannot reach docker container through WSL2

I run into an issue with a docker and WSL2 configuration that was running ok for weeks... I'm running a docker Apache2 web server on Ubuntu WSL2 with port forwa

Tmux running inside Docker container prints ^[[A, ^[[B, ^[[C, and ^[[D for arrow keys

I have a docker container running on an ubuntu machine; however, when I run tmux inside that docker container, there are several symptoms: the prompt string cha

Issue with docker and postgres, cannot run containers

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

GITLAB - Fatal: Could not read from remote repository

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

Dockerfile RUN command multiple inputs

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

unable to run docker within docker

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

Echo SSH key into the container messes docker build output

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

run both master & slaves as docker containers "Jobs"

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

.Net standard project docker COPY file not found visual studio

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

OperationalError: (pymysql.err.OperationalError) (2003, "Can't connect to MySQL server on '0.0.0.0' ([Errno 111] Connection refused)")

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