mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
fix code block formatting
Upstream-commit: 90db9e751750e62ea701843491774323ef20ab06 Component: engine
This commit is contained in:
@@ -7,7 +7,7 @@ Setting up a dev environment
|
||||
|
||||
Instructions that have been verified to work on Ubuntu 12.10,
|
||||
|
||||
.. code:: bash
|
||||
.. code-block:: bash
|
||||
|
||||
sudo apt-get -y install lxc wget bsdtar curl golang git
|
||||
|
||||
@@ -24,7 +24,7 @@ Instructions that have been verified to work on Ubuntu 12.10,
|
||||
|
||||
Then run the docker daemon,
|
||||
|
||||
.. code:: bash
|
||||
.. code-block:: bash
|
||||
|
||||
sudo $GOPATH/bin/docker -d
|
||||
|
||||
|
||||
Reference in New Issue
Block a user