example_header.inc 373 B

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