Category "docker"

how to perform cron jobs every 5 minutes inside docker

I want to perform cron jobs every minute for feeds.sh and every 5 minutes for reminder.sh inside docker container. It was able to run every minutes for feeds.sh

Permission Denied mapping Expo volumes in Docker

I am receiving a permission error when attempting to map volumes over. I don't understand because I should be root by default as far as I know. I tried chmoddin

gitlab Failed to connect to dockerdemo-mvc port 3892 after 0 ms: Connection refused

When i run curl command i am getting "Failed to connect to dockerdemo-mvc port 3892 after 0 ms: Connection refused" any thought why it's getting this error? I t

Communication between multiple docker-compose projects

I have two separate docker-compose.yml files in two different folders: ~/front/docker-compose.yml ~/api/docker-compose.yml How can I make sure that a container

How to install man pages on an ubuntu docker image?

I use the following Dockerfile to build an image and start a container. But once I am in the container, I still can not find manpages. Does anybody know how to

How to remotely access Wordpress app by local domain name?

I have installed Wordpress via docker-compose on my RaspberryPi server. Wordpress is listening on port 8084 and has address: WordPress Address (URL) http://dev.

Where can I see my files for Azure pipelines / container registry?

I have the following Azure setup for a Docker app: Azure Devops Pipeline pulls from GH Pipelines YAML is pointing to my Azure Container Registry and a specific

ErrImagePull: Kubectl and Minikube when creating a pod

I'm new to Kubernetes and learning it these days. I'm trying to create a deployment with the help of kubectl and every time I create a deployment, the container

docker mysql - The designated data directory is unusable

I have a mysql docker container that maps its data and logs directories onto a host path. The host paths are two separate zfs mount points. When I try to start

Can't connect to Redis Stack from ASP.NET application inside a container

I have an asp.net webApi application and using redis stack as the main database. I was able to connect to the database and perform operations normally till I ma

docker mysql - mis-matched host uid/gid

I have a mysql docker container that has its data and logs dirs separately mapped to host folders for performance reasons. I'm using docker-compose to start the

right way to deploy a django-rq worker

maybe it's a silly question, but I didn't found much while googling around. So I'm on the way to transform my development environment to a deploy environment. I

Localstack and python and docker-compose strange behaviour

I have created a docker-compose file for localstack and I'm using only services like s3 and SQS. It works fine and I could create a dummy SQS, S3 from localsta

Unable to install Redis extension in Docker php fpm-alpine image

This is my Dockerfile FROM php:8.1-fpm-alpine3.15 RUN apk update; \ apk upgrade; RUN apk add libzip-dev RUN docker-php-ext-install zip RUN apk add --no-ca

How to run aiosmtpd via Docker

My Dockerfile FROM python:3.10-alpine LABEL Description="test smtp server" EXPOSE 8025 COPY ./requirements.txt /app/requirements.txt WORKDIR /app RUN python -m

How to pass environment variable in docker-compose command from the terminal

In docker we can pass environment variable as docker run -e -e "TEST_SUITE=TNT-TestSuite.xml". Can I do the same or similar for the docker-compose? Right now I

Connecting to a remote FTP server from Docker container running within remote Linux server

The goal of my project is to be able to schedule run a program from a linux server which connects to a remote (existing) ftp server and transfers from files fro

Cannot deploy spring boot application with docker to aws elastic beanstalk with eb cli using docker compose

I have a problem here! I cannot deploy spring boot application to AWS Elastic Beanstalk with eb cli using docker-compose.yml Here my code! Here my simple API @R

Can't connect to etcd via etcdctl

I have deployed etcd server(3.5.0) as a container on Kubernetes and am able to access the /version and /metrics endpoints via the fqdn in HttpProxy on my local

“Unable to load DLL 'SQLite.Interop.dll' or one of its dependencies” running an application in Docker, but locally it works fine

Introduction There seems to be frequent issues with the SQLite.Interop.dll library. Just look at these other StackOverflow questions: Unable to load DLL 'SQLite