cookbook 'docker-engine', '~> 1.0.0'
docker-engine
(19) Versions
1.0.0
-
Follow5
Provides docker_engine_repo, docker_engine_install, docker_engine_config, and docker_engine_service resources
cookbook 'docker-engine', '~> 1.0.0', :supermarket
knife supermarket install docker-engine
knife supermarket download docker-engine
docker-engine
Custom resources for installing Docker Engine, managing /etc/docker/daemon.json, and controlling the docker service.
Breaking Change for Upgrades
Upgrading from older docker-engine cookbook releases is a breaking change. Legacy usage based on include_recipe 'docker-engine::...' and cookbook attributes under node['docker-engine'] is no longer supported. Update wrapper cookbooks, roles, and Policyfiles to declare the docker_engine_* resources directly before upgrading.
See [migration.md](migration.md) for the required migration steps.
Resources
docker_engine_repodocker_engine_installdocker_engine_configdocker_engine_service
Usage
Install Docker Engine from Docker's upstream repository
docker_engine_repo 'docker' docker_engine_install 'docker' docker_engine_config 'docker' do config( 'log-driver' => 'json-file', 'storage-driver' => 'overlay2' ) end docker_engine_service 'docker'
Install from distro packages instead of Docker's upstream repository
docker_engine_install 'docker' do packages 'docker.io' end docker_engine_config 'docker' do config('storage-driver' => 'overlay2') end docker_engine_service 'docker'
Resource Documentation
- [docker_engine_repo](documentation/docker_engine_repo.md)
- [docker_engine_install](documentation/docker_engine_install.md)
- [docker_engine_config](documentation/docker_engine_config.md)
- [docker_engine_service](documentation/docker_engine_service.md)
Supported Platforms
- CentOS Stream 9+
- Debian 12+
- Ubuntu 22.04+
See [LIMITATIONS.md](LIMITATIONS.md) for the current upstream Docker package and repository constraints that shaped this migration.
Contributors
This project exists thanks to all the people who contribute.
Backers
Thank you to all our backers!
Sponsors
Support this project by becoming a sponsor. Your logo will show up here with a link to your website.
Dependent cookbooks
This cookbook has no specified dependencies.
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
Docker-Engine
This file is used to list changes made in each version of the docker-engine cookbook.
1.0.0 (2026-04-22)
⚠ BREAKING CHANGES
Features
- document custom resource migration (#47) (29ff6a1)
- migrate docker-engine to custom resources (#45) (7dfb8bb)
Bug Fixes
- ci: Update workflows to use release pipeline (#39) (7a38084)
- pass Slack release secrets (#46) (a233999)
0.2.19 (2025-10-15)
Bug Fixes
0.2.8 - 2023-03-02
Standardise files with files in sous-chefs/repo-management
0.2.7 - 2023-02-14
Standardise files with files in sous-chefs/repo-management
0.2.6 - 2023-02-14
- Remove delivery folder
0.2.5 - 2021-08-30
Standardise files with files in sous-chefs/repo-management
0.2.4 - 2021-06-01
Adoption by Sous-Chefs
Collaborator Number Metric
1.0.0 passed this metric
Contributing File Metric
1.0.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file
Cookstyle Metric
1.0.0 passed this metric
No Binaries Metric
1.0.0 passed this metric
Testing File Metric
1.0.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file
Version Tag Metric
1.0.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number
1.0.0 passed this metric
1.0.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file
Cookstyle Metric
1.0.0 passed this metric
No Binaries Metric
1.0.0 passed this metric
Testing File Metric
1.0.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file
Version Tag Metric
1.0.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number
1.0.0 passed this metric
1.0.0 passed this metric
Testing File Metric
1.0.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file
Version Tag Metric
1.0.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number
1.0.0 failed this metric
1.0.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number