Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

docker-engine (19) Versions 1.0.0

Provides docker_engine_repo, docker_engine_install, docker_engine_config, and docker_engine_service resources

Policyfile
Berkshelf
Knife
cookbook 'docker-engine', '~> 1.0.0', :supermarket
cookbook 'docker-engine', '~> 1.0.0'
knife supermarket install docker-engine
knife supermarket download docker-engine
README
Dependencies
Changelog
Quality 50%

docker-engine

Cookbook Version
CI State
OpenCollective
OpenCollective
License

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_repo
  • docker_engine_install
  • docker_engine_config
  • docker_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!

https://opencollective.com/sous-chefs#backers

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website.

https://opencollective.com/sous-chefs/sponsor/0/website
https://opencollective.com/sous-chefs/sponsor/1/website
https://opencollective.com/sous-chefs/sponsor/2/website
https://opencollective.com/sous-chefs/sponsor/3/website
https://opencollective.com/sous-chefs/sponsor/4/website
https://opencollective.com/sous-chefs/sponsor/5/website
https://opencollective.com/sous-chefs/sponsor/6/website
https://opencollective.com/sous-chefs/sponsor/7/website
https://opencollective.com/sous-chefs/sponsor/8/website
https://opencollective.com/sous-chefs/sponsor/9/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

  • document custom resource migration (#47)
  • migrate docker-engine to custom resources (#45)

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

  • ci: Update workflows to use release pipeline (#39) (7a38084)

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

Copyright © 2026 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.

Progress and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries.
See Trademarksfor appropriate markings. All rights in any other trademarks contained herein are reserved by their respective owners and their inclusion does not imply an endorsement, affiliation, or sponsorship as between Progress and the respective owners.

Code of Conduct Terms and Conditions of Use Privacy Policy Cookie Policy Trademark Policy Status