mirror of https://github.com/docker/docs.git
revert removal of slash betwixt user/repo
This commit is contained in:
parent
17b7194d91
commit
c000e6a7fc
|
@ -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``.
|
||||
|
||||
|
|
Loading…
Reference in New Issue