Update README.rst
This commit is contained in:
+5
-2
@@ -29,13 +29,15 @@ Prerequisites
|
|||||||
- Use your regular user to build the image.
|
- Use your regular user to build the image.
|
||||||
- Recent docker, image was successfully built on :
|
- Recent docker, image was successfully built on :
|
||||||
|
|
||||||
- Fedora 21
|
- Fedora 21
|
||||||
|
|
||||||
docker --version
|
docker --version
|
||||||
::
|
::
|
||||||
Docker version 1.6.0, build 350a636/1.6.0
|
Docker version 1.6.0, build 350a636/1.6.0
|
||||||
|
|
||||||
|
|
||||||
- Ubuntu 15.04 with some minor defects_.
|
- Ubuntu 15.04 with some minor defects_.
|
||||||
|
|
||||||
docker --version
|
docker --version
|
||||||
::
|
::
|
||||||
Docker version 1.5.0, build a8a31ef
|
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
|
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.
|
- Start an already existing container.
|
||||||
docker start paserver
|
docker start paserver
|
||||||
|
|
||||||
@@ -103,11 +104,13 @@ Running instructions
|
|||||||
- Stop your server.
|
- Stop your server.
|
||||||
docker stop paserver
|
docker stop paserver
|
||||||
|
|
||||||
|
|
||||||
Modifying container content
|
Modifying container content
|
||||||
---------------------------
|
---------------------------
|
||||||
- You can edit the container to modify options.
|
- You can edit the container to modify options.
|
||||||
sudo docker run -u root --entrypoint="/bin/bash" -ti --name "paserver" uggla/paserver
|
sudo docker run -u root --entrypoint="/bin/bash" -ti --name "paserver" uggla/paserver
|
||||||
|
|
||||||
|
|
||||||
Ubuntu 15.04 minor defects
|
Ubuntu 15.04 minor defects
|
||||||
--------------------------
|
--------------------------
|
||||||
.. _defects:
|
.. _defects:
|
||||||
|
|||||||
Reference in New Issue
Block a user