Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Get Started Command! #83

Open
davidganz opened this issue Aug 10, 2024 · 5 comments
Open

Fix Get Started Command! #83

davidganz opened this issue Aug 10, 2024 · 5 comments

Comments

@davidganz
Copy link

davidganz commented Aug 10, 2024

Hi!

sorry but there is a terrible issue in your Get Started Command :)
It's:
sudo docker-compose up -d
And Not:
docker compose up -d

Moreover, you should specify what is the running port: 12345

Let me know.

            Best regards,
                             David
@moonrailgun
Copy link
Contributor

A docker history is docker compose plugin(In the past, it was a standalone application, docker-compose), has been integrated into docker official cli.

Check here to get more context: https://docs.docker.com/compose/install/linux/

@davidganz
Copy link
Author

That's not true!
Here is the Terminal output of my Debian 12 Docker CE Stable Setup:
image

@moonrailgun
Copy link
Contributor

i know it. if you install docker with manual, i think default will include docker compose plugin.

or you can install docker compose with standalone application. its ok. just need manual transform it.

we just will follow latest use.

@davidganz
Copy link
Author

You are hard of mind...
So you should simply specify the double available solution!
My Docker CE setup is the Official one and from the Stable channel.

@moonrailgun
Copy link
Contributor

Hi, @davidganz
i dont think its a recommand way, official include it as plugin many years ago.

you can check this document.
https://docs.docker.com/compose/install/

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants