Skip to content
This repository was archived by the owner on Jan 19, 2023. It is now read-only.

jepma/docker-aws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alpine AWS

Description

This image is a wrapper for the Amazon command-line interface. The source of the aws-cli can be found here.

Latest

The latest version is 0.0.7 and has a total size of 98MB.

Installation

$ docker pull jepmam/aws-cli:latest

Build

$ make docker-build

Test

If you want to test whether everything is working fine and/or you want to use the current working version of your build, use the following command:

$ docker run -it --rm --name buildtest $(make get-buildname --quiet) --version

If you need access to the shell of the image, you can access it by using the following sequence:

$ docker run -it --rm --name buildtest --entrypoint=sh $(make get-buildname --quiet) -l

Usage

Create alias in your ~/.bash_profile to attach the aws-cli CLI onto the container.

alias aws-cli='docker run --rm -ti -v $(pwd):/data:rw -w /data jepmam/aws-cli:latest $@'

About

Small and simple AWS CLI

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors