Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit cd61332

Browse files
committed
updating for eta repo
1 parent 9d47300 commit cd61332

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Docker Secrets
22
This NPM module loads Docker secrets from the `/run/secrets` directory created by Docker Swarm into a JS object for use within Node.js applications.
33

4+
## Installation
5+
```bash
6+
npm install docker-secrets
7+
```
48

9+
## Usage
510
```javascript
611
const secrets = require('docker-secrets');
712
cosnole.log(secrets);

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"author": "Alex Rhea <alex.rhea@gmail.com>",
1919
"repository": {
2020
"type": "git",
21-
"url": "https://github.com/arhea/node-docker-secrets.git"
21+
"url": "https://github.com/EmergingTechnologyAdvisors/node-docker-secrets.git"
2222
},
2323
"bugs": {
24-
"url": "http://github.com/arhea/node-docker-secrets/issues"
24+
"url": "https://github.com/EmergingTechnologyAdvisors/node-docker-secrets/issues"
2525
},
2626
"license": "Apache-2.0",
2727
"engines": {

0 commit comments

Comments
 (0)