Category "docker"

Docker image Prune Filtering

Currently I am running while true; do docker system prune --all -f; sleep 6400; done In a daemonset to remove older images in my containers. Th

when i use docker-compose to install a fastapi project, i got AssertionError:

when I use docker-compose to install a fastapi project, I got AssertionError: jinja2 must be installed to use Jinja2Templates but when I use env to install it,

Error io_setup() failed (38: Function not implemented) in Nginx for ARM M1

I have a docker container with nginx. I run it on a macbook with an M1 chip and get the io_setup error() failed (38: Function not implemented).

network_mode: service:<serviceName> not working correctly

I am trying to configure a docker-compose stack with a container that connects to a VPN, and another container that exposes an HTTP service which is reachable o

Colima | Pushing ECR on AWS | failed to create LLB definition

Recently, docker desktop became paid software so I installed colima on MacOS Now, when I am trying to push my code to AWS ECR using the following command: aws e

Run ES docker image with custom port using testcontainers

I want to run a container tests that running ES image via Docker. After some research I found https://www.testcontainers.org/ and they also have a built-it ES m

How to run docker-compose automatically on startup lubuntu?

I have lubuntu 21.04 on my old PC. All is up to date. I install docker and docker-compose: sudo apt install docker docker-compose sudo systemctl enable --now do

Hide portainer container from containers list

How can I hide the portainer container from the Portainer's container list?

Apache Beam - Flink Container Docker Issue (java.io.IOException: Cannot run program "docker": error=2,)

I am processing a Kafka stream with Apache Beam by running the Beam Flink container they provide. docker run --net=host apache/beam_flink1.13_job_server:latest

Docker and playwright

Hi i have a instrucions that i need to isntall playwright inside of docker. This is my dockerfile FROM python:3.9 EXPOSE 8000 WORKDIR /fastanalytics COPY /re

Symfony autowiring issues since docker update

I'm having autowiring issues within symfony since I have updated my Docker to the latest version. I am not entirely sure of the causality here but certainly, my

Depends on Fargate ECS

I have container A this container holds my broker service that delivers messages and creates a socket that my other services connect to and then send messages t

docker-compose - using a DockerFile or an official image

docker-compose has two ways to launch containers - one is to build from a DockerFile using the build declaration and the other is to build from an image using t

ssh-agent forwarding into docker-compose environment is not working

I have been having serious troubles to get ssh-agent forwarded into the docker container (with my docker-compose installation). I have Mac running Catalina, wit

Docker & Selenium-Java :- Unable to upload Image/file in chrome browser running on a docker container

I running selenium testcases with a remote driver on a docker container. I want to upload files to a chrome browser running on a conatiner. I have tried the fol

Docker unable to find file in Alpine Linux container

I have an application I'm creating a docker image for, the image is created but when I run it the container errors saying it cannot find the executable file. He

Laravel-mix-criticalcss in Docker cannot read property 'content-type'

I'm trying to set up laravel-mix-criticalcss in a Docker container and I'm getting an error. Has anyone come across this before? Error [webpack-cli] TypeError:

Site does not open when Nginx Proxy Manager "Force SSL" option is active

I have cloudflare + docker + nginx proxy manager + portainer setup for normaly ssl connection. I am just starting to use these technologies together. What I wan

non-iterable ellipsis in Flask_Restful parser.parse_args()

I've come back to a project I worked on previously, utilising flask RESTful, though whenever I attempt a post request the line args = parser.parse_args() breaks

Change default volume mount point for docker rootless?

I saw this post with different solutions for standard docker installation: How to change the default location for "docker create volume" command? At first glanc