https://github.com/oanhnn/docker-aws-workbench
The image for AWS environment
https://github.com/oanhnn/docker-aws-workbench
aws-cli awsebcli docker-image s3cmd terraform workbench
Last synced: 2 months ago
JSON representation
The image for AWS environment
- Host: GitHub
- URL: https://github.com/oanhnn/docker-aws-workbench
- Owner: oanhnn
- License: mit
- Created: 2018-08-03T07:46:16.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-09T04:21:10.000Z (over 7 years ago)
- Last Synced: 2025-08-25T02:21:33.411Z (10 months ago)
- Topics: aws-cli, awsebcli, docker-image, s3cmd, terraform, workbench
- Language: Dockerfile
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# oanhnn/docker-aws-workbench
[](LICENSE)
[](https://travis-ci.org/oanhnn/docker-aws-workbench)
[](https://hub.docker.com/r/oanhnn/aws-workbench)
[](https://hub.docker.com/r/oanhnn/aws-workbench)
[](https://hub.docker.com/r/oanhnn/aws-workbench)
[](https://hub.docker.com/r/oanhnn/aws-workbench)
Repository of `oanhnn/aws-workbench` Docker image.
## Tags
### Version tags
Image Tag | Base Image | Badges
-------------|----------------------|-------
### Shared tags
- `latest`
## Features
- [x] Base from `alpine:3.8` image
- [x] Install `awscli`, `awsebcli`, `s3cmd`
- [x] Install `terraform`
- [x] Install some utility packages: `jq`, `less`
## Requirement
- Docker Engine 1.13+
## Usage
```bash
$ docker run --rm -it -v $(pwd):/app oanhnn/aws-workbench:tag sh
```
You can use environment variables to specify configuration options and credentials. See [more](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-envvars.html)
## Contributing
All code contributions must go through a pull request and approved by a core developer before being merged.
This is to ensure proper review of all the code.
Fork the project, create a feature branch, and send a pull request.
If you would like to help take a look at the [list of issues](https://github.com/oanhnn/docker-aws-workbench/issues).
## License
This project is released under the MIT License.
Copyright © 2018-2019 [Oanh Nguyen](https://github.com/oanhnn)
Please see [License File](https://github.com/oanhnn/docker-aws-workbench/blob/master/LICENSE) for more information.