Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/docker/docker-install
Docker installation script
https://github.com/docker/docker-install
docker
Last synced: about 1 month ago
JSON representation
Docker installation script
- Host: GitHub
- URL: https://github.com/docker/docker-install
- Owner: docker
- License: apache-2.0
- Created: 2017-06-16T18:05:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-24T08:05:03.000Z (about 2 months ago)
- Last Synced: 2024-09-29T10:21:56.092Z (about 1 month ago)
- Topics: docker
- Language: Shell
- Homepage: https://get.docker.com
- Size: 536 KB
- Stars: 2,326
- Watchers: 56
- Forks: 769
- Open Issues: 52
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker/docker-install
Home of the script that lives at `get.docker.com` and `test.docker.com`!The purpose of the install script is for a convenience for quickly
installing the latest Docker-CE releases on the supported linux
distros. It is not recommended to depend on this script for deployment
to production systems. For more thorough instructions for installing
on the supported distros, see the [install
instructions](https://docs.docker.com/engine/install/).This repository is solely maintained by Docker, Inc.
## Usage:
From `https://get.docker.com`:
```shell
curl -fsSL https://get.docker.com -o get-docker.sh
sh get-docker.sh
```From `https://test.docker.com`:
```shell
curl -fsSL https://test.docker.com -o test-docker.sh
sh test-docker.sh
```From the source repo (This will install latest from the `stable` channel):
```shell
sh install.sh
```## Testing:
To verify that the install script works amongst the supported operating systems run:
```shell
make shellcheck
```## Legal
*Brought to you courtesy of our legal counsel. For more context,
please see the [NOTICE](NOTICE) document in this repo.*Use and transfer of Docker may be subject to certain restrictions by the
United States and other governments.It is your responsibility to ensure that your use and/or transfer does not
violate applicable laws.For more information, please see https://www.bis.doc.gov
## Reporting security issues
The maintainers take security seriously. If you discover a security issue,
please bring it to their attention right away!Please **DO NOT** file a public issue, instead send your report privately to
[[email protected]](mailto:[email protected]).Security reports are greatly appreciated and we will publicly thank you for it.
We also like to send gifts—if you're into Docker schwag, make sure to let
us know. We currently do not offer a paid security bounty program, but are not
ruling it out in the future.## Licensing
docker/docker-install is licensed under the Apache License, Version 2.0.
See [LICENSE](LICENSE) for the full license text.