This is a quick tutorial for beginners on Docker. It is designed to be run in AWS Cloud9 which has most of the bits you need already setup in a dev environment.
You will need the following bits already setup
- An AWS IAM user account. Make sure you have the necessary permissions to use Cloud9
- A web browser and network connection
- Log into the AWS Web console
- From
Servicesgo to Cloud9 - Create a new Cloud9 environment using the default settings
- Open a Terminal window in Cloud9
- Clone this repository:
git clone <repo url>