Last active
August 29, 2019 08:51
-
-
Save openstacker/b872e95be7d887d86386d874f4b8f481 to your computer and use it in GitHub Desktop.
fcct to encode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
variant: fcos | |
version: 1.0.0 | |
storage: | |
files: | |
- path: /opt/file | |
contents: | |
inline: | | |
#!/bin/bash | |
set +x | |
_prefix=${CONTAINER_INFRA_PREFIX:-docker.io/openstackmagnum/} | |
docker run --detach ${_prefix}/heat-container-agent:HEAT_CONTAINER_AGENT_TAG | |
mode: 0644 | |
fcct --input <> --pretty |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment