This repository was archived by the owner on Jul 19, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- FROM node:6 -alpine
1+ FROM node:8 -alpine
22
33RUN mkdir -p /usr/src \
44 && mkdir -p /run/secrets \
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ This NPM module loads Docker secrets from the `/run/secrets` directory created b
33
44## Installation
55``` bash
6- npm install docker-secrets
6+ npm install @cloudreach/ docker-secrets
77```
88
99## Usage
1010``` javascript
11- const secrets = require (' docker-secrets' );
11+ const secrets = require (' @cloudreach/ docker-secrets' );
1212console .log (secrets);
1313```
Original file line number Diff line number Diff line change 11{
2- "name" : " docker-secrets" ,
3- "version" : " 1.0.2 " ,
2+ "name" : " @cloudreach/ docker-secrets" ,
3+ "version" : " 1.0.3 " ,
44 "description" : " Converts Docker Secrets mounted into a container to an object." ,
55 "keywords" : [
66 " docker" ,
1515 "scripts" : {
1616 "test" : " echo \" Error: no test specified\" && exit 1"
1717 },
18- "author" : " Alex Rhea <alex.rhea@gmail .com>" ,
18+ "author" : " Alex Rhea <alex.rhea@cloudreach .com>" ,
1919 "repository" : {
2020 "type" : " git" ,
21- "url" : " https://github.com/EmergingTechnologyAdvisors /node-docker-secrets.git"
21+ "url" : " https://github.com/cloudreach /node-docker-secrets.git"
2222 },
2323 "bugs" : {
24- "url" : " https://github.com/EmergingTechnologyAdvisors /node-docker-secrets/issues"
24+ "url" : " https://github.com/cloudreach /node-docker-secrets/issues"
2525 },
2626 "license" : " Apache-2.0" ,
2727 "engines" : {
You can’t perform that action at this time.
0 commit comments