Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seriousme/docker-authz-node
Experiment to build an docker authz plugin using Node.js
https://github.com/seriousme/docker-authz-node
Last synced: 7 days ago
JSON representation
Experiment to build an docker authz plugin using Node.js
- Host: GitHub
- URL: https://github.com/seriousme/docker-authz-node
- Owner: seriousme
- Created: 2017-02-12T19:01:28.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-13T20:39:51.000Z (almost 8 years ago)
- Last Synced: 2024-10-19T11:29:00.292Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-authz-node
Experiment to build an docker authz plugin using Node.jsTo install on Docker Toolbox:
- run `index.js` on a host
- adjust the 'addr' in the `nodejs-authz-example.json`
- create a folder `/etc/docker/plugins` on your docker host
- place the `nodejs-authz-example.json` in `/etc/docker/plugins`
- edit `/mnt/sda1/var/lib/boot2docker/profile` and add
` --authorization-plugin nodejs-authz-example `
so the result looks like:
```
EXTRA_ARGS='
--label provider=virtualbox
--authorization-plugin nodejs-authz-example'
```
- restart the docker daemon using /etc/init.d/docker restart