Running WordPress in the Docker of AWS EC2 Instance
Docker is a technology that allows you to build, run, test, and deploy distributed applications that are based on Linux containers. Docker is available on many different operating systems, including most modern Linux distributions, like Ubuntu, and even Mac OSX and Windows.If you are using Amazon EC2 already, you can launch an instance and install Docker to get started. Youtube Video: Steps to install docker in AWS 1. Launch AMI EC2 Instance 2. xshell SSH into EC2 3. Update the installed packages and package cache on your instance. sudo yum update -y 4. Remove previous version’s docker sudo