Anyone have a recommendation on an #AWS AMI to use that has a recent version of #Docker installed already? Yes, I know I could build my own, but I’m under a bit of a deadline and would prefer to use a prebuilt AMI if I can.
@scottslowe Small work around might be docker installation with user-data or using one of the paas solutions
@Osor0s That’s kind of what I did—I ended up using an AMI with Docker already installed, but then upgraded it to a newer version. For the future, I’ll just use a plain-jane AMI and install Docker via user-data.