wtanaka/alpine-37-uid-awscli

By wtanaka

Updated over 5 years ago

awscli official AWS Command Line Interface from Amazon

Image

94

Build
Status

The Dockerfile in this repository builds an alpine:3.7 container which lets you run commands inside the container using a UID and GID which are passed in environment variables from outside the container, so that any files created in a volume mount can be created as the user and group who initiated docker run. It also has awscli installed.

To download: docker pull wtanaka/alpine-37-uid-awscli

Examples

./aws --version

Docker Pull Command

docker pull wtanaka/alpine-37-uid-awscli