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
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
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
I have a docker-compose.yml file with some services, like web server, database and nginx. However, beside these services that are always up, I need a number of