This repository contains shell scripts that check user ssh permissions, setup and manage both TLS and dockerd on Ubuntu 14.04 (upstart) and Ubuntu 16.04 (systemd). Most scripts in this repository support --help and --usage options.
These bash scripts will create, copy, and check TLS public keys, private keys, and self-signed certificates for the docker user, daemon, and docker swarm.
Setup a dockerd configuration file with dockerd flags for both systemd and Upstart.
These bash scripts allows users and administrators to make sure that the ssh files and directory permissions are correct.
To Install, change into a directory that you want to download the scripts. Use git to pull or clone these scripts into the directory. If you do not have Git installed then enter; "sudo apt-get install git" if using Debian/Ubuntu. Other Linux distribution install methods can be found here: https://git-scm.com/download/linux. On the GitHub page of this script use the "HTTPS clone URL" with the 'git clone' command.
git clone https://github.com/BradleyA/docker-security-infrastructure
cd docker-security-infrastructure
- Docker Bench for Security
- Kubernetes Benchmark
- Center for Internet Security
- Notary
- Clair
- Falco
- Cilium
- Docker Security Tutorials
- Dagda
- Dockscan
- Docker Enterprise Edition Compliance Controls
- Calico
- AppArmor
- Hashicorp’s Vault
- OpenSCAP
- Open Policy Agent
- REMnux
- SELinux
- Seccomp
- Anchore Engine
- AquaSec
- Capsule8
- Cavirin
- Aporeto
- Google Cloud Security Command Center
- Layered Insight
- NeuVector
- StackRox
- Sysdig Secure
- Sysdig
- Tenable - FlawCheck
To watch future updates in this repository select in the upper-right corner, the "Watch" list, and select Watching.
Please do contribute! Issues, comments, and pull requests are welcome. Thank you for your help improving software.
- Ubuntu 14.04.6 LTS (amd64,armv7l)
- Ubuntu 16.04.7 LTS (amd64,armv7l)
- Ubuntu 18.04.5 LTS (amd64,armv7l)
- Raspbian GNU/Linux 10 (buster)
- Have a simple setup process and a minimal learning curve
- Be usable as non-root - [some of these scripts require root]
- Be easy to install and configure
MIT License
Copyright (c) 2020 Bradley Allen
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.