Category "docker"

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

Use toml file format instead of yaml or json for docker compose... is it possible?

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

Docker Registry Authentication/Authorization - signed by untrusted key with ID

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

Docker Registry Authentication/Authorization - signed by untrusted key with ID

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

Nginx Reverse Proxy Failure in Docker Container

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

Docker default-ulimit nofile setting

/etc/docker/daemon.json has the following contents { "live-restore": true, "default-ulimits": { "memlock": { "Hard": -1, "Name": "memlock",

docker copy and chown in bash script

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

How to review stdout of a successful "docker build"?

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