AWS
Docker
Follow the official Docker installation guide tailored to your operating system to install Docker Desktop/Engine:
docker -v |
Do you experience any issues? Let us know: hello@cloudonaut.io
Temporary working environment
- Download the book’s source code
- Unzip
Mac and Linux
Open a terminal
cd docker-on-aws-code |
Windows
Open PowerShell
cd docker-on-aws-code |
Verify AWS setup
aws sts get-caller-identity |
Creating an S3 bucket
aws s3 mb s3://docker-on-aws-$NICKNAME |