Skip to content
/ hbm Public

HBM is an application to authorize and manage authorized docker commands using Docker AuthZ plugin

License

Notifications You must be signed in to change notification settings

kassisol/hbm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Julien KassarJulien Kassar
Julien Kassar
and
Julien Kassar
May 24, 2019
38655de · May 24, 2019
Jun 27, 2018
May 15, 2018
Nov 13, 2017
Apr 27, 2017
May 24, 2019
Jan 25, 2019
Mar 12, 2018
Jul 10, 2018
May 11, 2018
May 16, 2018
Nov 13, 2018
Apr 6, 2018
Jul 3, 2018
Nov 13, 2017
Jun 27, 2018
Nov 13, 2018
Aug 30, 2018
Aug 29, 2018
Jun 16, 2016
Nov 13, 2018
Oct 3, 2018
Sep 20, 2018
Mar 12, 2018
May 23, 2019

Repository files navigation

HBM (Harbormaster)

Build Status Go Report Card MicroBadger

Harbormaster is a basic extendable Docker Engine access authorization plugin that runs on directly on the host.

By default, Harbormaster plugin prevents from executing commands with certain parameters.

  1. Docker commands
  2. Pull images
  3. Start containers with specific parameters
  • --privileged
  • --ipc=host
  • --net=host
  • --pid=host
  • --userns=host
  • --uts=host
  • any Linux capabilities with parameter --cap-add=[]
  • any devices added with parameter --device=[]
  • any dns servers added with parameter --dns
  • any ports added with parameter --port
  • any volumes mounted with parameter -v
  • any logging with parameters --log-driver and --log-opt
  • --sysctl
  • --security-opt

Versions

Supported Docker versions with HBM.

HBM Version Docker Version Docker API
0.2.x       1.12.x         1.24      
0.3.x       17.05.x       1.29    
0.5.x 17.06.x 1.30
0.5.x 17.09.x 1.32
>= 0.6.0 >= 1.12.x >= 1.24

Getting Started & Documentation

All documentation is available on the Harbormaster website.

User Feedback

Issues

If you have any problems with or questions about this application, please contact us through a GitHub issue.