Docker installation script
Перейти к файлу
Eli Uriegas def4691870 Removes version and git commit verification
The install script won't be updated every single time a release is done
so it does not make sense to tie the verification jobs to specific
versions / git commits.

Signed-off-by: Eli Uriegas <eli.uriegas@docker.com>
2017-07-25 11:02:07 -07:00
.gitignore Make testing working again! 2017-07-18 14:31:49 -07:00
Jenkinsfile Removes version and git commit verification 2017-07-25 11:02:07 -07:00
LICENSE Adds changes to opensource docker-install 2017-06-26 10:29:41 -07:00
MAINTAINERS Adds changes to opensource docker-install 2017-06-26 10:29:41 -07:00
Makefile Removes version and git commit verification 2017-07-25 11:02:07 -07:00
NOTICE Adds changes to opensource docker-install 2017-06-26 10:29:41 -07:00
README.md added more description about purpose of script 2017-07-06 09:54:57 -07:00
install.sh Merge pull request #14 from seemethere/add_sha_to_script 2017-07-18 15:06:49 -07:00
verify-docker-install Removes version and git commit verification 2017-07-25 11:02:07 -07:00

README.md

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.

This repository is solely maintained by Docker, Inc.

Usage:

From https://get.docker.com:

curl -fsSL get.docker.com -o get-docker.sh
sh get-docker.sh

From https://test.docker.com:

curl -fsSL test.docker.com -o test-docker.sh
sh test-docker.sh

From the source repo (This will install latest from the test channel):

sh install.sh

Testing:

To verify that the install script works amongst the supported operating systems run:

make EXPECTED_VERSION=your_expected_version EXPECTED_GITCOMMIT=your_expected_gitcommit check

EXPECTED_VERSION and EXPECTED_GITCOMMIT can be pulled from the latest release at https://download.docker.com

Brought to you courtesy of our legal counsel. For more context, please see the 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 security@docker.com.

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 for the full license text.