Category "docker"

Allow Docker Container & Host User To Write on Bind Mounted Host Directory

Any help from any source is appreciated. Server has a Docker container with alpine, nginx, php. This container is able to write in bind mounted host directory,

How to ignore files or directories within bind-mount volume in docker-compose file?

Is there any way to ignore some files or directories within volume of type bind-mount? I would like to ignore for example all bin and obj directories within my

Why is docker-compose failing with ERROR internal load metadata suddenly?

I've been running docker-compose build for days, many times per day, and haven't changed my DOCKERFILEs or docker-compose.yml. Suddenly an hour ago I started ge

SSH keys for Docker executor

I have created an image where I run some tasks. I want to be able to push some files to a remote server that runs Windows Server 2022. The gitlab-runner runs on

Apache CXF JaxWsProxyFactoryBean SSL Configuration call to external https fails

I have a spring microservice docker deployed. I use JaxWsProxyFactoryBean to call an external server (soap/wsdl) and all goes well using http://externalServer:

java.lang.ClassNotFoundException: javax.sql.rowset.RowSetProvider

I'm running a Gradle project in Docker and when I try to hit an endpoint through Postman I receive the following error. When I run it locally through Gradle it

Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: No URLs in mirrorlist

I am trying to download java using yum on centOs which I specified in Dockerfile. After pulling centOs image the run crushed and throw this error!? also to ment

Using already existing container python interpreter as PyCharm interpreter

I have latest PyCharm installed. I have a docker container and I want to use its python interpreter as my project interpreter. Note that I don't want PyCharm to

Getting error Docker invalid mode, trying to mount to container

I'm executing the next command: docker run --rm -it -v https://github.com/rasilvap/lift-tool-test:/code ubuntu:20.04 bash But I'm getting the next error messag

Docker Desktop WSL ext4.vhdx too large

I have WSL installed as well as Docker Desktop. I tried to clean up docker as much as I could by running docker system prune -a docker volume rm $(docker volum

Connect nodejs (local) to cassandra database running on docker container

I have a nodejs API running locally and I would like to connect it to my cassandra cluster running on a docker container. I have the IP of the container but whe

Can't scrape metrics from Cassandra docker container with cassandra exporter

I'm trying to monitor Cassandra that is running in a docker container with this cassandra-exporter . For some reasons the cassandra-exporter can't scrape the me

Why is my minikube metrics-server addon not reporting pod metrics (docker 20.x)?

My pod metrics stopped working on a local minikube deployment. It appears similar to an issue reported a while back, but I don't see the same error messages in

Run an amd64 docker-in-docker (dind) container on an arm64 host (Apple silicon machine)

I am trying to run an amd64 docker-in-docker (dind) container on an arm64 host (Apple silicon), because some images to be run on this dind are amd64 only (e.g.

Docker : Error response from daemon: user declined directory sharing

While trying to run this command : docker-compose up I get this error : Error response from daemon: user declined directory sharing C:\Users\path_to_my_folder I

Sharing data between docker containers without making data persistent

Let's say I have a docker-compose file with two containers: version: "3" services: app: image: someimage:fpm-alpine volumes: - myvolume:/var/www

Apache server runs with docker run but kubernetes pod fails with CrashLoopBackOff

My application uses apache2 web server. Due to restrictions in the kubernetes cluster, I do not have root previliges inside pod. So I have changed default port

How to get Puppeteer-Sharp working on an AWS Elastic Beanstalk running Docker (.NET Core 6)?

I'm looking for an up-to-date example of how to get PuppeteerSharp running on an AWS Elastic Beanstalk instance running Docker (.NET Core 6). There are quite a

Run script in container from docker compose?

Trying to install some small packages into a container via compose w/out resorting to having to use my own dockerfile, but whether I try mounting just the folde

Unable to start TeamCity Build agent on Docker

I'm trying to create a TeamCity build agent on docker. i pulled the official image and tried to start it with default configurations with below command docker r