https://github.com/trainline/docker-awscli
Docker container of the AWS CLI
https://github.com/trainline/docker-awscli
Last synced: 3 months ago
JSON representation
Docker container of the AWS CLI
- Host: GitHub
- URL: https://github.com/trainline/docker-awscli
- Owner: trainline
- License: other
- Created: 2017-06-15T09:34:55.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-15T11:10:54.000Z (almost 9 years ago)
- Last Synced: 2025-10-23T22:54:16.323Z (7 months ago)
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.txt
Awesome Lists containing this project
README
# docker-awscli
[](https://hub.docker.com/trainline/awscli)
[](https://hub.docker.com/trainline/awscli)
Docker container of the AWS CLI
## Usage
```
docker run -it --rm \
trainline/awscli aws {YOUR_ARGS}
```
## Example
```
~$ docker run -it --rm trainline/awscli aws --version
aws-cli/1.11.105 Python/2.7.13 Linux/4.4.52-boot2docker botocore/1.5.68
```
## Build
```
docker build -t {YOUR_NAME}/awscli .
```