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

Commit

Permalink
moving to @cloudreach organization
Browse files Browse the repository at this point in the history
  • Loading branch information
arhea committed Dec 28, 2017
1 parent 11bb79f commit 2a6b169
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.test
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:6-alpine
FROM node:8-alpine

RUN mkdir -p /usr/src \
&& mkdir -p /run/secrets \
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ This NPM module loads Docker secrets from the `/run/secrets` directory created b

## Installation
```bash
npm install docker-secrets
npm install @cloudreach/docker-secrets
```

## Usage
```javascript
const secrets = require('docker-secrets');
const secrets = require('@cloudreach/docker-secrets');
console.log(secrets);
```
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docker-secrets",
"version": "1.0.2",
"name": "@cloudreach/docker-secrets",
"version": "1.0.3",
"description": "Converts Docker Secrets mounted into a container to an object.",
"keywords": [
"docker",
Expand All @@ -15,13 +15,13 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Alex Rhea <alex.rhea@gmail.com>",
"author": "Alex Rhea <alex.rhea@cloudreach.com>",
"repository": {
"type": "git",
"url": "https://github.com/EmergingTechnologyAdvisors/node-docker-secrets.git"
"url": "https://github.com/cloudreach/node-docker-secrets.git"
},
"bugs": {
"url": "https://github.com/EmergingTechnologyAdvisors/node-docker-secrets/issues"
"url": "https://github.com/cloudreach/node-docker-secrets/issues"
},
"license": "Apache-2.0",
"engines": {
Expand Down

0 comments on commit 2a6b169

Please sign in to comment.