python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Docker build is giving me this error " /bin/sh: -c requires an argument , The command '/bin/sh -c' returned a non-zero code: 2"
I am creating a docker file for my messaging-app, Here is my dockerfile.
FROM python:3.9-alpine3.15
LABEL maintainer="Noor Ibrahim"
ENV PYTHONUNBUFFERED 1
COPY ./message /message
COPY ./requ...

Djangodev
Votes: 0
Answers: 1
Docker Swarm mesh routing doesn't work for independent subnets
I have a manager and a worker node, manager is on cloud and worker is my personal computer so they're on different sub-nets. Both are listed as ACTIVE.
My main problem is that creating a service and s...

Mirza Atlı
Votes: 0
Answers: 1
Traefik redirect issue for different origin
I have a spring boot web app (JSP) running inside a container. I have used traefik as a reverse proxy and also for load balancing.
Currently, my application is accessible when I directly access it usi...
Deepak Sharma
Votes: 0
Answers: 0
Cannot join Docker manager node in Windows using tokens
My friend and I are trying to connect our Docker daemon using Docker Swarm. We both are using Windows OS and we are NOT on the same network. According to Docker docs each docker host must have the fol...

Heily
Votes: 0
Answers: 1