I'm looking to see if I can create docker instances for developers on EC2 that will not be erased if for some reason the instance/container itself is shutdown, much like EC2's on-demand instances when they are stopped.
What's the right way to do this? Can I do this on Amazon Elastic Container Service?
I'm experienced with EC2 but a docker newbie.
Thanks!
Update: Just to be clear, I want developers to be able to install their own software onto the containers, using sudo, and that environment be preserved in case of system outage.