1
0
mirror of https://github.com/moby/moby.git synced 2025-12-07 19:42:23 +03:00
Files
moby/docs/sources/examples/example_header.inc
2013-11-07 14:44:07 -08:00

11 lines
373 B
PHP

.. note::
This example assumes you have Docker running in daemon mode. For more information please see :ref:`running_examples`
.. note::
These examples use ``sudo`` before each ``docker`` command you could also
add your current ``<username>`` to docker's group and get rid of ``sudo``.
You just need to type: ``$ sudo usermod -a -G docker <username>``