Browse Source

revert removal of slash betwixt user/repo

blissdev 11 years ago
parent
commit
c000e6a7fc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/sources/examples/postgresql_service.rst

+ 1 - 1
docs/sources/examples/postgresql_service.rst

@@ -99,7 +99,7 @@ Bash prompt; you can also locate it using ``docker ps -a``.
 
 .. code-block:: bash
 
-    docker commit <container_id> <your username> postgresql
+    docker commit <container_id> <your username>/postgresql
 
 Finally, run PostgreSQL server via ``docker``.