Skip to content

sysadmiral/sysadmiral-docker-dockerfiles

Repository files navigation

sysadmiral-docker-dockerfiles

per dockerfile instructions

python3

Description

This is a small container based on alpine:latest that installs python3 from the official apk repositories.

It then install pip and setupttools and updates them to the latest version.

Usage

docker pull sysadmiral/python3

saws

Description

This container runs SAWS - A supercharged AWS command line interface (CLI).

Information about SAWS is available here: https://github.com/donnemartin/saws

To use this container you will need to set up a folder for storing your AWS credentials. If you use multiple profiles you will need to have a folder per profile.

When you docker run you can then mount that credentials dir and SAWS will log you into the correct account.

Usage

docker pull sysadmiral/saws
docker run -it -v $YOUR_CREDS_FILE_DIR:/root/.aws:ro sysadmiral/saws

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published