https://github.com/willfarrell/ansible-role-docker
Install and configure docker to meet CIS
https://github.com/willfarrell/ansible-role-docker
Last synced: 3 months ago
JSON representation
Install and configure docker to meet CIS
- Host: GitHub
- URL: https://github.com/willfarrell/ansible-role-docker
- Owner: willfarrell
- Created: 2017-03-23T02:01:32.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-09T01:55:05.000Z (almost 9 years ago)
- Last Synced: 2025-01-19T13:27:28.764Z (about 1 year ago)
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ansible-role-docker
## Security
- [ ] 1.1 partition /var/lib/docker
- [ ] 2.6 & 3.{7-14} - TLS
- [ ] 2.8 - Enable user namespace support
- [ ] 2.11 - Use authorization plugin - https://github.com/twistlock/authz
- [ ] 2.12 - Configure centralized and remote logging
### Testing
```bash
git clone https://github.com/docker/docker-bench-security.git
cd docker-bench-security
sh docker-bench-security.sh
```