Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/milldr/amazon-brew

containerized linuxbrew + awscli
https://github.com/milldr/amazon-brew

awscli docker linuxbrew

Last synced: 25 days ago
JSON representation

containerized linuxbrew + awscli

Awesome Lists containing this project

README

        

# Docker Image with Homebrew and AWS CLI

Linuxbrew with aws cli

## Build

```
docker build -t milldr/amazon-brew:latest ./images/base
```

## Usage

Configure:

```
export AWS_ACCESS_KEY_ID=""
export AWS_SECRET_ACCESS_KEY=""
export AWS_DEFAULT_REGION=""
```

## Maintenance

- The Docker image build & publish is automated by CircleCI

## References

- AWS CLI Docs: https://aws.amazon.com/documentation/cli/
- Homebrew: https://docs.brew.sh/Homebrew-on-Linux