Update README.rst
This commit is contained in:
+4
-1
@@ -30,12 +30,14 @@ Prerequisites
|
||||
- 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
|
||||
@@ -91,7 +93,6 @@ Running instructions
|
||||
6f43c00fea2d uggla/paserver:latest "/usr/bin/nodejs ./N 5 hours ago Up 9 seconds 0.0.0.0:20545->20545/tcp paserver
|
||||
|
||||
|
||||
|
||||
- Start an already existing container.
|
||||
docker start paserver
|
||||
|
||||
@@ -103,11 +104,13 @@ Running instructions
|
||||
- Stop your server.
|
||||
docker stop paserver
|
||||
|
||||
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user