Skip to content

artsf/docker-auth-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AuthZ Plugin Test for Docker

This example is to test plugin for Docker. It disallows all actions.

This project is Mac OS X specific and require brew installed. However it can be easily modified to be run on Linux (just remove brew).

Install:

  1. Setup your GOPATH environment variable (usually pointing to ~/work)
  2. mkdir -p $GOPATH/src/github.com/artsf/
  3. cd $GOPATH/src/github.com/artsf/
  4. git clone git@github.com:artsf/docker-auth-test.git
  5. cd docker-auth-test
  6. make setupmac
  7. make

and test that it disallows anything by:

docker run docker/whalesay cowsay boo

About

Test of docker authz

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors