neochrome / daws

Dockerized AWS Client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dpython

Dockerized AWS Client

Installation

$ git clone https://github.com/neochrome/daws
$ cd daws
$ sudo make install

Usage

All things you can do with the original aws client should work as expected:

$ daws help

Building locally

A pre-built image exists on Docker Hub, but if you want to, it's easy to build a local image:

$ cd daws
$ make

Updating local image

In order to force an update of the docker image, run:

$ make update

or just:

$ docker pull neochrome/daws

About

Dockerized AWS Client

License:The Unlicense


Languages

Language:Shell 49.9%Language:Makefile 31.3%Language:Dockerfile 18.8%