Logo

dev-resources.site

for different kinds of informations.

Bug: Docker-compose up?

Published at
6/4/2024
Categories
docker
dockercompose
bugfix
Author
fabiobazurtobla
Categories
3 categories in total
docker
open
dockercompose
open
bugfix
open
Author
15 person written this
fabiobazurtobla
open
Bug: Docker-compose up?

ERROR

I've been using a bash script to do docker operations in past by using docker-compose. So one day, I started to receive this error:

**ERROR: for my_docker_container_1 'ContainerConfig'**

CAUSE

The statement docker-compose is not working anymore for recent versions of Docker Compose. This error is very common when you have updated to the latest version of Docker Compose ( I'm 2.27.0). Docker Compose syntax changed.

docker-compose up -d my_docker_container

SOLUTION

In order to start/stop containers you will need to remove "-" and run command like this.

docker compose up -d my_docker_container

dockercompose Article's
30 articles in total
Favicon
Want to Learn Docker in Advance Way?
Favicon
deploy Jenkins using docker compose with production ready
Favicon
Docker Advance Part 2: Docker Logging
Favicon
A Simple Guide to Docker Compose & Multi-Container Applications
Favicon
Dockerize nestjs app with postgres
Favicon
Tips and Tricks for Docker Compose: Leveraging the override Feature
Favicon
Dockerize nestjs application with Postgres
Favicon
RabbitMQ container with Docker Compose
Favicon
Quick and simple Local WordPress Setup for Lazy Developers
Favicon
Bug: Docker-compose up?
Favicon
How to resolve Docker Compose Warning WARN[0000] Found orphan containers
Favicon
How to resolve Docker Compose Warning WARN[0000] Found orphan containers
Favicon
How To Set Up Docker SeleniumΒ GRID
Favicon
How to Ensure Docker Compose Uses Environment Variables from the `.env` File
Favicon
Essential Docker Commands for Developers
Favicon
[Docker] How to fix 'host not found in upstream "host.docker.internal"'.
Favicon
Como configurar imagem Docker(PHP e Nginx) para projetos Laravel com PHP 8.3
Favicon
Containerize your multi-services app with docker compose
Favicon
αžŸαž˜αŸ’αžšαžΆαž”αŸ‹αž›αž»αž”αž’αŸ’αžœαžΈαŸ—αž‘αžΆαŸ†αž„ αž’αžŸαŸ‹ αž€αŸ’αž“αž»αž„ Docker compose.
Favicon
Installation of Docker Compose:
Favicon
MongoDB containers with Docker Compose
Favicon
An Overview of Docker Compose and its Features.
Favicon
How to change docker root data directory and why would you want to do that (hint: to optimize space)
Favicon
Containerize a Web Application using docker compose
Favicon
O Docker Compose agora tem uma V2, veja como instalar
Favicon
Vue 2 vite dockerized steps
Favicon
An Advanced Guide (2) to Docker: Managing Multi-Container Applications 🐳
Favicon
How to run mongodb using docker-compose in ubuntu
Favicon
How to run postgres database using docker and docker-compose
Favicon
Easy Dockerization with Docker INIT

Featured ones: