No description
  • Shell 92.6%
  • Makefile 7.4%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Paweł Gronowski 4e16be805b
Merge pull request #577 from Ankumeah/576-fix-ip_tables-check
fix: check either ip_tables or nf_tables
2026-09-04 17:29:49 +02:00
.github Remove addt'l info (dead link) from PR template. 2026-08-19 14:00:22 -05:00
scripts scripts/get-version: Select stable release for test when newer 2026-06-12 12:40:37 +02:00
.gitignore Adds log output from make check to gitignore 2017-08-29 14:24:09 -07:00
diff.sh diff: Don't force colors 2026-01-09 13:16:07 +01:00
install.sh Add setup-repo and no-autostart to install.sh usage statement 2026-08-19 14:00:23 -05: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 rootless: Automatically populate TEST/STABLE version 2025-11-10 13:05:48 +01:00
NOTICE Adds changes to opensource docker-install 2017-06-26 10:29:41 -07:00
README.md Promote PR template contributing guidance to visible status on README 2026-08-19 14:00:22 -05:00
rootless-install.sh fix: check either ip_tables or nf_tables 2026-09-04 19:30:34 +05:30
verify-docker-install Removes version and git commit verification 2017-07-25 11:02:07 -07:00

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 https://get.docker.com -o get-docker.sh
sh get-docker.sh
rm get-docker.sh

From https://test.docker.com:

curl -fsSL https://test.docker.com -o test-docker.sh
sh test-docker.sh
rm test-docker.sh

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

sh install.sh

Testing:

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

make shellcheck

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.

Contributing

Make sure you have read and understood our contributing guidelines.

Make sure all your commits are signed off and include a signature generated with git commit -s.