-
Notifications
You must be signed in to change notification settings - Fork 8
Description
I ran docker compose up -d, which seemed to download and build everything correctly. But then I get the following error:
Error response from daemon: something went wrong with the request: "listen tcp :5000: bind: address already in use\n"
Error: executing /usr/local/bin/docker-compose up -d: exit status 1
When I run lsof I don't see any pid at 5000.
Google 4891 dnielsen 556 PIPE 0xdb68501d4e3c9b7c 16384
Google 5005 dnielsen cwd DIR 1,17 704 2 /
I did get the following warnings:
WARN[1322] Docker Compose is configured to build using Bake, but buildkit isn't enabled
Setting up fakeroot (1.31-1.2) ...
update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist
Note: I am using docker via podman-docker.