Tag: Docker

Install Docker and docker-compose on Amazon Linux

Install Docker and docker-compose on Amazon Linux

#AWS #Docker

I often have to deploy an AWS instance running on Amazon Linux and using it to deploy Docker containers. As Amazon Linux don’t come with Docker preinstalled, you have to do it manually. Or even better, through a script in the user-data section of your launch template. Here’s the script you’ll need to install the latest version of Docker and do... Read more

20 Mar 2020 - less than 1 minute read