This repository was archived by the owner on Jul 19, 2023. It is now read-only.
File tree 3 files changed +8
-8
lines changed
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
2
2
3
3
RUN mkdir -p /usr/src \
4
4
&& 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
3
3
4
4
## Installation
5
5
``` bash
6
- npm install docker-secrets
6
+ npm install @cloudreach/ docker-secrets
7
7
```
8
8
9
9
## Usage
10
10
``` javascript
11
- const secrets = require (' docker-secrets' );
11
+ const secrets = require (' @cloudreach/ docker-secrets' );
12
12
console .log (secrets);
13
13
```
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " docker-secrets" ,
3
- "version" : " 1.0.2 " ,
2
+ "name" : " @cloudreach/ docker-secrets" ,
3
+ "version" : " 1.0.3 " ,
4
4
"description" : " Converts Docker Secrets mounted into a container to an object." ,
5
5
"keywords" : [
6
6
" docker" ,
15
15
"scripts" : {
16
16
"test" : " echo \" Error: no test specified\" && exit 1"
17
17
},
18
- "author" : " Alex Rhea <alex.rhea@gmail .com>" ,
18
+ "author" : " Alex Rhea <alex.rhea@cloudreach .com>" ,
19
19
"repository" : {
20
20
"type" : " git" ,
21
- "url" : " https://github.com/EmergingTechnologyAdvisors /node-docker-secrets.git"
21
+ "url" : " https://github.com/cloudreach /node-docker-secrets.git"
22
22
},
23
23
"bugs" : {
24
- "url" : " https://github.com/EmergingTechnologyAdvisors /node-docker-secrets/issues"
24
+ "url" : " https://github.com/cloudreach /node-docker-secrets/issues"
25
25
},
26
26
"license" : " Apache-2.0" ,
27
27
"engines" : {
You can’t perform that action at this time.
0 commit comments