From b61b84ad27390f2d9f104c15848a67e3b798e29f Mon Sep 17 00:00:00 2001 From: Hazen Babcock Date: Fri, 25 Nov 2016 08:55:30 -0500 Subject: [PATCH] Add some simple instructions --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c96f72a..72723ea 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -### PLplot ### +### PLplot Docker ### This project provides: @@ -8,3 +8,15 @@ This project provides: The PLplot docker image repository is [here](https://hub.docker.com/u/plplot/) + +### Basic Testing ### + +```sh +docker run plplot/XXX 2>&1 | tee XXX.txt +``` + +Where XXX is a docker image, for example: + +```sh +docker run plplot/debian-latest 2>&1 | tee debian-latest.txt +```