Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 681 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 681 Bytes

docker runx examples

This directory contains examples used to decorate some images with runx.

Build

$ cd hello
$ docker runx decorate alpine -t NAMESPACE/hello

An already built image is available under eunomie/runx-hello.

$ cd golangci
$ docker runx decorate golangci/golangci-lint:latest -t NAMESPACE/golangci

An already built image is available under eunomie/runx-golangci.

$ cd go
$ docker runx decorate scratch -t NAMESPACE/go

An already built image is available under eunomie/go.

Usage

Once you built your images, explore them using --docs and --list options.