Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kuuji/docker-eyaml
https://github.com/kuuji/docker-eyaml
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kuuji/docker-eyaml
- Owner: kuuji
- Created: 2016-02-19T17:25:07.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-19T17:27:58.000Z (almost 9 years ago)
- Last Synced: 2024-11-07T14:29:55.158Z (2 months ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker eyaml
### purpose
encrypt content of a `fileToEncrypt` file using eyaml
### build
`docker-compose build`
### usage
- Put your content in the fileToEncrypt file
- Modify the docker-compose.yml to match your hiera `public_key.pkcs7.pem````
docker-compose run eyaml
```You can override the default file behaviour and use a string for example
```
docker-compose run eyaml -s test
```