Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/draganm/midgetpack-demo
https://github.com/draganm/midgetpack-demo
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/draganm/midgetpack-demo
- Owner: draganm
- Created: 2017-12-18T12:59:05.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-18T14:14:58.000Z (about 7 years ago)
- Last Synced: 2024-11-06T09:20:08.937Z (about 2 months ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Midgetpack encyption of Golang binaries
This is a demonstration of using a modified [Midgetpack]( https://github.com/draganm/midgetpack) to encrypt Golang binaries to be used with Docker.
Build and encrypt the demo application use
```bash
docker build --build-arg KEY=abc -t encrypted .
```Once build, the application can be started with
```bash
docker run -e BP=abc encrypted
```For more information check my blog post.