swipely / iam-docker

Use different IAM roles for each Docker container on an EC2 instance
MIT License
211 stars 22 forks source link

Use labels instead of env #1

Closed nahiluhmot closed 8 years ago

nahiluhmot commented 8 years ago

@adamjt @bfulton @tlunter

Use Docker Container Labels instead of environment variables for setting the IAM_PROFILE. Labels are specifically meant for external metadata, which is a better fit for this use case.

tlunter commented 8 years ago

:+1:

adamjt commented 8 years ago

Who is this "swipely" you speak of?

nahiluhmot commented 8 years ago

Unfortunately still our GitHub name, and therefore go import path :(

adamjt commented 8 years ago

:+1: