Docker image for steeltoe-site Concourse pipeline
Перейти к файлу
Jason Konicki 2ce84f6368 Create CONTRIBUTING.md 2017-10-05 16:16:58 -04:00
CONTRIBUTING.md Create CONTRIBUTING.md 2017-10-05 16:16:58 -04:00
Dockerfile Updated Dockerfile to build docs with middleman 2017-03-08 14:09:01 -05:00
README.md Adding README to repo 2017-03-14 11:58:19 -04:00

README.md

Steeltoe Site Tools

Contains the Dockerfile used to build the middleman documentation.

Usage

Build the image:

docker build .

List the images:

docker images

Tag the image:

docker tag <IMAGE ID> steeltoeoss/tools-middleman

Push the image to DockerHub:

docker push steeltoeoss/tools-middleman