docker
docker copied to clipboard
Development repository for the docker cookbook
# Description Setting swappiness with cgroupv2 and a CRI like crun will result in containers that can be created but never started. Per-container swappiness is not supported with cgroupv2. ##...
## :person_frowning: Problem Statement A clear and concise description of what the problem is. E.g. I'm always frustrated when [...] ## :grey_question: Possible Solution I am trying to find a...
Hi, the main readme misses the documentaton for some resources e.g. `docker_image`. As far as I can see parts of the documentation were sadly removed and stored in extra files...
### Cookbook version 4.8.0 ### Chef-client version chef_version=13.6.4 ### Platform Details RHEL7 running on AWS ### Scenario: Trying to install Docker ### Steps to Reproduce: Wrapper cookbook which I've tried...
There are Double Date entries in the CHANGELOG.md
### :speaking_head: Foreword Thank for taking the time to fill this feature request fully. Without it we may not be able to , and the issue may be closed without...
### Description This is a work in progress implementation of the basic features of docker swarm in this cookbook. It's not intended to be anywhere near feature complete, but I...
## :ghost: Brief Description Cannot `:run` containers. ## :pancakes: Cookbook version Version: 7.2.2 ## :woman_cook: Version Chef: 14.15.6 ## :tophat: Platform details Fails on a newer docker version (Server Version:...
### Cookbook version 2.9.6 ### Chef-client version 12.9.41 ### Platform Details Debian 8.3 ### Scenario: 1. Initial deployment of a container: ``` ruby docker_container 'pg-stable' do repo 'postgres' tag '9.5.3'...