Fix Error Linux

How to fix ContainerConfig error in docker-compose?

How to fix ContainerConfig error in docker-compose? Difference of docker-compose and docker compose.

#fix #ContainerConfig #error #dockercompose

“Engineering Memo”

In this video, I document an error after I upgrade my system to ubuntu server 24.04 lts. The ContainerConfig error when building docker containers with
docker-compose up -d –build. This has been depreciated in new docker.
Instead, we need to run
docker compose up -d –build
without – between…

source
Concluzion: How to fix ContainerConfig error in docker-compose? Difference of docker-compose and docker compose. – [vid_tags]

source

 

To see the full content, share this page by clicking one of the buttons below

Related Articles

Leave a Reply