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

Fixed incorrect package names for ubuntu in documentation to install the Compose plugin #19997

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

AanshOjha
Copy link

@AanshOjha AanshOjha commented May 8, 2024

In Docker Docs, I found an issue:

  1. Incorrect package name in Install Docker Compose using the repository section
    sudo apt-get install docker-compose-plugin is incorrect.

1. First issue:

 sudo apt-get update
 sudo apt-get install docker-compose-plugin

Description

  • The Package name is incorrect so raises an error:
E: Unable to locate package docker-compose-plugin

Screenshot from 2024-05-08 16-16-43

That's why I edited this line and added correct package name :

 sudo apt-get update
 sudo apt-get install docker-compose

Now this works fine and if I run
docker-compose version then I get version info as well.
image

Related issues or tickets

Reviews

I changed package name to fix the above error.

  • Technical review
  • Editorial review
  • Product review

@github-actions github-actions bot added the area/compose Relates to docker-compose.yml spec or docker-compose binary label May 8, 2024
Copy link

netlify bot commented May 8, 2024

Deploy Preview for docsdocker ready!

Name Link
🔨 Latest commit 1b0230a
🔍 Latest deploy log https://app.netlify.com/sites/docsdocker/deploys/663b5bec6339fc0008c10f7d
😎 Deploy Preview https://deploy-preview-19997--docsdocker.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/compose Relates to docker-compose.yml spec or docker-compose binary
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant