Skip to content

Commit

Permalink
Remove list and just link to the docker-ce install page
Browse files Browse the repository at this point in the history
  • Loading branch information
danny6167 committed Jul 8, 2024
1 parent 804fce4 commit 7bf4332
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions wings/1.0/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,7 @@ For a quick install of Docker CE, you can execute the command below:
curl -sSL https://get.docker.com/ | CHANNEL=stable bash
```

If you would rather do a manual installation, please reference the official Docker documentation for how to install Docker CE on your server. Some quick links
are listed below for commonly supported systems.

- [Ubuntu](https://docs.docker.com/install/linux/docker-ce/ubuntu/#install-docker-ce)
- [CentOS](https://docs.docker.com/install/linux/docker-ce/centos/#install-docker-ce)
- [Debian](https://docs.docker.com/install/linux/docker-ce/debian/#install-docker-ce)
If you would rather do a manual installation, please reference the [official Docker documentation](https://docs.docker.com/engine/install/) for how to install Docker CE on your server.

::: warning Check your Kernel
Please be aware that some hosts install a modified kernel that does not support important docker features. Please
Expand Down

0 comments on commit 7bf4332

Please sign in to comment.