Further reading
You can check the following links for more information about the topics covered in this chapter:
- Docker Community Edition for AWS: https://store.docker.com/editions/community/docker-ce-aws
- Docker for AWS documentation: https://docs.docker.com/docker-for-aws
- Docker Compose file version 3 reference: https://docs.docker.com/compose/compose-file/
- Docker for AWS persistent data volumes: https://docs.docker.com/docker-for-aws/persistent-data-volumes/
- Docker for AWS template archive: https://docs.docker.com/docker-for-aws/archive/
- Managing sensitive data with Docker secrets: https://docs.docker.com/engine/swarm/secrets/
- Docker command-line reference: https://docs.docker.com/engine/reference/commandline/cli/
- Docker Get Started - Part 4: Swarms: https://docs.docker.com/get-started/part4/
- Docker Get Started - Part 5: Stacks: https://docs.docker.com/get-started/part5
- Docker for AWS Swarm ECR auto login: https://github.com/mRoca/docker-swarm-aws-ecr-auth
- SSH agent forwarding: https://developer...