No description
  • Dockerfile 100%
Find a file
2022-12-08 13:24:23 -06:00
Dockerfile Update Dockerfile 2022-12-08 13:24:23 -06:00
README.md Update README.md 2022-12-08 13:16:37 -06:00

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