How bootstrap-container's user-data works? #3728
yaroslav-nakonechnikov
started this conversation in
General
Replies: 1 comment 5 replies
-
@yaroslav-nakonechnikov Thanks for starting this conversation. After digging into the aws-cli image, I don't think aws-cli container has the mechanism to support you to input user-data there. More useful info here, Which means you are unable to config the user-data on aws-cli container. If you need to use a container that knows how to read user-data, I would suggest your to use the container like AmazonLinux container : ). Please let me know if you have more questions. thanks! |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm trying to use aws-cli image. As input it waits some command for it.
and i tried to put encoded help (
aGVscAo=
), and expected to see message, which i can get locally by:config:
but all i get - is the error:
so, how user-data is being passed?
Beta Was this translation helpful? Give feedback.
All reactions