mirror of
https://github.com/moby/moby.git
synced 2025-12-07 19:42:23 +03:00
11 lines
373 B
PHP
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>``
|