1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

revert removal of slash betwixt user/repo

This commit is contained in:
blissdev 2013-09-24 15:51:21 -05:00
parent 17b7194d91
commit c000e6a7fc

View file

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