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

Added Docker and Docker Compose Installation Instructions For Ubuntu and Linux Users #78

Merged
merged 2 commits into from
Dec 2, 2024

Conversation

abetoluwani
Copy link
Contributor

This pull request introduces a detailed guide for installing Docker and Docker Compose on Ubuntu. The guide covers two installation methods:

  1. Using Docker’s Official Repository and GPG Key
  2. Using Snap Package Manager

The instructions ensure flexibility for users to choose their preferred method based on system compatibility and package availability. Key components include:

  • Adding Docker’s official GPG key and repository.
  • Installing Docker packages such as docker-ce, docker-ce-cli, and Docker Compose plugin.
  • Downloading and setting up Docker Compose manually.
  • Alternative installation of Docker and Docker Compose using Snap or Apt.

Additionally, verification steps are provided to confirm successful installations.


Changes Introduced

  • Added Markdown-formatted instructions for installing Docker and Docker Compose.
  • Included multiple installation methods: repository-based, Snap, and direct Apt installation.
  • Enhanced clarity with verification commands and alternative approaches.

How to Test

  1. Follow the steps in the guide to install Docker and Docker Compose.
  2. Verify installation by running:
    docker --version
    docker-compose --version

@abetoluwani abetoluwani changed the title Add Docker and Docker Compose Installation Instructions Added Docker and Docker Compose Installation Instructions For Ubuntu and Linux Users Dec 2, 2024
Copy link
Contributor

@ersel ersel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for updating these instructions @abetoluwani

@ersel ersel merged commit 9b90b7e into CyprusCodes:main Dec 2, 2024
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

Successfully merging this pull request may close these issues.

3 participants