https://github.com/jansauer/dockercli-plus-awscli-container-image
A Container Image packing the Docker CLI plus the AWS CLI.
https://github.com/jansauer/dockercli-plus-awscli-container-image
aws-cli container-image docker
Last synced: 6 months ago
JSON representation
A Container Image packing the Docker CLI plus the AWS CLI.
- Host: GitHub
- URL: https://github.com/jansauer/dockercli-plus-awscli-container-image
- Owner: jansauer
- Created: 2019-03-27T18:00:30.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2025-07-18T22:09:04.000Z (7 months ago)
- Last Synced: 2025-07-19T03:06:10.865Z (7 months ago)
- Topics: aws-cli, container-image, docker
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/jansauer/dockercli-plus-awscli
- Size: 131 KB
- Stars: 14
- Watchers: 1
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker CLI + AWS CLI = Docker Image
The hardest container image to find on dockerhub; So I build my own 🤪
This image packs the [Docker CLI](https://docs.docker.com/engine/reference/commandline/cli/)
together with the [AWS Command Line Interface (CLI)](https://aws.amazon.com/cli/).
This makes it really easy to build push and deploy projects using Container Images,
with [Amazon Elastic Container Registry](https://aws.amazon.com/ecr/) Repositories
and any other AWS Service you like.
## License and Authors
Author: Jan Sauer
<[jan@jansauer.de](mailto:jan@jansauer.de)>
([https://jansauer.de](https://jansauer.de))
```text
Copyright 2021, Jan Sauer (https://jansauer.de)
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
```