greylurk / docker-friend

A Docker UI that helps you manage and use containers for local development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Friend

A simple way to visualize docker containers, and to assume AWS credentials for specific containers.

Simply run:

docker-compose up

and then navigate your browser to:

http://localhost:8010/

and proceed to be a friend

alt tag

Assume a base profile

In order to use docker-friend, you'll need to assume a base profile. You can find the base profile in the upper right hand corner of the UI. Once you've selected the base profile, your containers can then assume specific roles that you attribute to them.

Container-specific roles

To specify the role of a container, simply launch it with the IAM_ROLE environment variable set to the IAM role you wish the container to run with.

docker run -e IAM_ROLE=my-role ubuntu:14.04

About

A Docker UI that helps you manage and use containers for local development


Languages

Language:CSS 71.0%Language:JavaScript 17.4%Language:Vue 10.4%Language:Shell 0.9%Language:HTML 0.2%Language:Nginx 0.1%