netbox-community / netbox-docker

🐳 Docker Image of NetBox
https://github.com/netbox-community/netbox-docker/wiki
Apache License 2.0
1.81k stars 828 forks source link

Updated README.md #1131

Closed 1arlz closed 9 months ago

1arlz commented 9 months ago

Fixed error: docker: 'compose' is not a docker command.

Related Issue: https://github.com/docker/compose/issues/9156

New Behavior

The commands now work for Ubuntu CLI.

...

Contrast to Current Behavior

The guide provided didn't work well in the CLI, because the command docker compose is exclusive for Docker Desktop.

...

Discussion: Benefits and Drawbacks

...

Changes to the Wiki

...

Proposed Release Note Entry

...

Double Check

tobiasge commented 9 months ago

Docker compose version 2.x is using the new style with docker compose. See here: https://docs.docker.com/compose/migrate/