Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/portainer/authenticator

Docker CLI helper to authenticate against Portainer
https://github.com/portainer/authenticator

docker portainer

Last synced: 3 months ago
JSON representation

Docker CLI helper to authenticate against Portainer

Awesome Lists containing this project

README

        

# Authenticator

A tool to help you populate your `config.json` with the Portainer API Authorization header.

## Usage

```
$ docker run --rm -v ~/.docker/config.json:/config.json portainer/authenticator PORTAINER_URL:9443 username password true
```

## Docker CLI + Portainer API

```
$ docker -H PORTAINER_URL:9000/api/endpoints/1/docker ps -a

CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
04e273b9cb27 portainer/base "/app/portainer --no…" 5 minutes ago Up 5 minutes 0.0.0.0:9000->9000/tcp portainer
...
```