From 43cf7c329b481953003336cf2847dbd3c219d86f Mon Sep 17 00:00:00 2001 From: uggla Date: Sun, 10 May 2015 13:54:11 +0200 Subject: [PATCH] Update README.rst --- README.rst | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index febf7c2..8d0c4e8 100644 --- a/README.rst +++ b/README.rst @@ -27,10 +27,18 @@ Variations from the initial procedure : Prerequisites ------------- - Use your regular user to build the image. -- Recent docker, image was successfully built on Fedora 21 - [uggla@uggla ~]$ docker --version - :: - Docker version 1.6.0, build 350a636/1.6.0 +- Recent docker, image was successfully built on : + + - Fedora 21 + docker --version + :: + Docker version 1.6.0, build 350a636/1.6.0 + + + - Ubuntu 15.04 with some minor defects_. + docker --version + :: + Docker version 1.5.0, build a8a31ef - Install docker. Example : @@ -100,3 +108,11 @@ Modifying container content - You can edit the container to modify options. sudo docker run -u root --entrypoint="/bin/bash" -ti --name "paserver" uggla/paserver +Ubuntu 15.04 minor defects +-------------------------- +.. _defects: + +- Warnings are displayed about label. + # Skipping unknown instruction LABEL + +- Papatcher does not display progress