mirror of
https://github.com/rssnyder/base64-to-file
synced 2026-06-30 16:00:25 -05:00
No description
- Dockerfile 100%
| Dockerfile | ||
| README.md | ||
base64-to-file
~ echo '---
thisis:
a: yaml' | base64 -w 0
LS0tCnRoaXNpczoKICBhOiB5YW1sCg==
~ docker run --rm -it -e BASE64_FILE='LS0tCnRoaXNpczoKICBhOiB5YW1sCg==#' -e FILENAME=output -v $(pwd):/data test
~ cat output
---
thisis:
a: yaml