Skip to content

Commands: List

Jordon Bedwell edited this page Apr 23, 2016 · 2 revisions

Docker Template can output a list of images via docker-template list. This list gives you an outlook on what will be built in a nice format. It can display locally linked sub-aliases and remotely linked aliases as well as aliases of your aliases if they happen to exist or are possible to create (this mostly applies to locally linked aliases.)

Example Output

[user] jekyll
  ├─ [repo] builder
  │  ├─ [tag] 3.1.2
  │  │  ├─ [alias] latest
  │  │  │  ├─ [alias] jekyll:builder
  │  │  ├─ [alias] stable
  │  │  ├─ [alias] 3.1
  │  │  ├─ [alias] 3
  │  ├─ [tag] pages
  ├─ [repo] jekyll
  │  ├─ [tag] 3.1.2
  │  │  ├─ [alias] latest
  │  │  ├─ [alias] stable
  │  │  ├─ [alias] 3.1
  │  │  ├─ [alias] 3
  │  ├─ [tag] pages
  │  ├─ [remote] envygeeks/alpine:latest
  │  │  ├─ [alias] envygeeks

Usage

Usage:
  docker-template list [OPTS]

Options:
  [--help], [--no-help]  # Output this.

List all possible builds.
Clone this wiki locally