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

Added note about Ubuntu curl installation

This commit is contained in:
James Turnbull 2013-12-03 14:17:59 -05:00
parent 3ed0ff85f5
commit 64439505c7

View file

@ -86,6 +86,14 @@ continue installation.*
sudo apt-get update
sudo apt-get install lxc-docker
.. note::
There is also a simple ``curl`` script available to help with this process.
.. code-block:: bash
curl -s http://get.docker.io/ubuntu/ | sudo sh
Now verify that the installation has worked by downloading the ``ubuntu`` image
and launching a container.