Skip to content

Commit

Permalink
Update README Limitations for RedHat 7
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Carabas committed Mar 4, 2021
1 parent 9865399 commit 784ba18
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1010,12 +1010,14 @@ This module supports:
* Debian 8.0
* Debian 9.0
* Debian 10
* RedHat 7.0
* RedHat 7.0 - limited support available
* Ubuntu 14.04
* Ubuntu 16.04
* Ubuntu 18.04
* Windows Server 2016 (Docker Enterprise Edition only)

On RedHat 7 the default docker package installs docker server version 1.13.1. The default docker.service uses the docker-storage-service in this version and creates /etc/sysconfig/docker-storage based on the container-storage-setup configuration and /etc/sysconfig/docker-storage-setup file. As the puppetlabs-docker module manages both the docker-storage and docker-storage-setup files it causes a conflict with the container-storage-setup forcing a docker service restart, therefore a workaround was included in the service manifest that disables the service restart on storage configuration changes for this version of docker on RedHat 7. As a side effect of these changes, storage configuration changes with this docker version on RedHat 7 are not picked up by default by the docker.service.

## Development

If you would like to contribute to this module, see the guidelines in [CONTRIBUTING.MD](https://github.com/puppetlabs/puppetlabs-docker/blob/main/CONTRIBUTING.md).
Expand Down

0 comments on commit 784ba18

Please sign in to comment.