Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
12 views

Run into an issue after typing the command docker compose up -d [duplicate]

This is in vagrant run sudo -i cd emartapp Run docker-compose up -d Here's the command and error message [root@localhost emartapp]# docker compose up -d [+] Building 33.8s (12/20) ...
Elizar Dela Isla's user avatar
0 votes
1 answer
37 views

docker kills all processes after 5 min, also fails to get created containers running

For many years, I have been running two websites without any problems, using several Docker containers on a virtual server that was once set up with CoreOS. And I never encountered a situation which I ...
kklepper's user avatar
  • 783
-2 votes
1 answer
24 views

Always etting error 404 when trying to enter traefik dashboard

I'm trying to run traefic on my docker, I instaled it, everything work I even have let's encrypt staging certs, but when I'm trying to login to dashboard I'm geting 404 error page not found i'm gona ...
Krystian Ignaczak's user avatar
0 votes
0 answers
36 views

Docker Compose thinks file is directory - Code 0

I'm trying to install traefik on my server using docker compose. I have this code in .yaml file --- # -- (Optional) When using a custom network networks: frontend: external: true services: ...
Krystian Ignaczak's user avatar
0 votes
1 answer
90 views

How do I access FastAPI URL from my docker application?

I have a front end react application hosted on a subdomain (www.admin.example.com). I also have a backend application that uses FastAPI to communicate with the front-end react application. This ...
Alexander Obidiegwu's user avatar
0 votes
0 answers
41 views

CodeIgniter error messages displaying differently between local environment and server environment with Docker

I'm encountering an issue where error messages in my CodeIgniter 4 application are displaying differently between my local development environment and my server environment where Docker is being used. ...
Shamith Wimukthi's user avatar
0 votes
2 answers
287 views

"permission denied" when running `docker compose up -d --build` (Golang microserivces)

I am trying to run docker compose up -d --build an exisiting successfully built project (by docker-compose build), namely DeathStarBench which is a system for running multiple microservices to ...
OmG's user avatar
  • 18.7k
0 votes
3 answers
558 views

Why does my docker-compose.yml file dont find my Dockerfile*end file

I am trying to make a docker container run off of my docker-compose file: version: '3' services: memory_Backend: build: context: ./ dockerfile: ./project/...
LADsy8's user avatar
  • 11
-2 votes
1 answer
26 views

Start container only when previous container has run and stopped

I have a situation in which I will have four containers in my docker-compose file. The second is dependent upon the first, and the third is dependent upon the second and fourth on third. But here is ...
sohaib aftab's user avatar
-3 votes
1 answer
90 views

MLflow Docker build fails on Windows - 'command gcc failed'

I am trying to build a container from an MLFlow hosted model on Windows. Per mlflow instructions, the command looks like: f"mlflow models build-docker --model-uri {logged_model} --name {...
illan's user avatar
  • 325
-4 votes
1 answer
53 views

Interpolation `$()` does not work for Docker command in Ubuntu 22.04 [closed]

According this article, to remove all images, the command sudo docker rmi $(docker images -a -q) must be executed. AFAIK it does not work in Windows, but I need the CLI mainly for VPS. Currently, I ...
Takeshi Tokugawa YD's user avatar
-3 votes
1 answer
75 views

"dub: command not found" when docker-compose up

Basically, what I'm trying is to create a firstly an Ubuntu enviroment where execute a zookeeper and a kafka server. Firstly, I created a dockerfile where I define the Ubuntu enviroment: FROM ubuntu:...
francollado99's user avatar
1 vote
0 answers
159 views

Debug dockercompose service using GDB

I am trying to Debug a service running via docker-compose through GDB. I have the below docker-compose having two services and i wasnt to debug the 'service_test' service using gdb. iam exposing the ...
Anvi's user avatar
  • 2,721
0 votes
1 answer
148 views

How to get the last unexpected exit code of the docker container?

I use docker-compose to maintain a project, and set restart=always to all the docker service. But my API host crashed twice today, I look through the logs docker logs -f <container-id>. No cue ...
Echo's user avatar
  • 309
-1 votes
1 answer
95 views

Why docker build isn't platform independent?

I have the following Dockerfile FROM python:3.8-slim-buster # Set environment variables ENV PYTHONDONTWRITEBYTECODE 1 ENV PYTHONUNBUFFERED 1 ARG WORK_DIR=my-app # Create a new directory to keep the ...
JPG's user avatar
  • 87k

15 30 50 per page
1
2 3 4 5
38