mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Add sudo to commands.
This commit is contained in:
parent
525080100d
commit
444f7020cb
1 changed files with 2 additions and 2 deletions
|
@ -91,8 +91,8 @@
|
||||||
<p>Add the Ubuntu PPA (Personal Package Archive) sources to your apt sources list, update and install.</p>
|
<p>Add the Ubuntu PPA (Personal Package Archive) sources to your apt sources list, update and install.</p>
|
||||||
<p>This may import a new GPG key (key 63561DC6: public key "Launchpad PPA for dotcloud team" imported).</p>
|
<p>This may import a new GPG key (key 63561DC6: public key "Launchpad PPA for dotcloud team" imported).</p>
|
||||||
<div class="highlight">
|
<div class="highlight">
|
||||||
<pre>apt-get install software-properties-common</pre>
|
<pre>sudo apt-get install software-properties-common</pre>
|
||||||
<pre>add-apt-repository ppa:dotcloud/lxc-docker</pre>
|
<pre>sudo add-apt-repository ppa:dotcloud/lxc-docker</pre>
|
||||||
<pre>sudo apt-get update</pre>
|
<pre>sudo apt-get update</pre>
|
||||||
<pre>sudo apt-get install lxc-docker</pre>
|
<pre>sudo apt-get install lxc-docker</pre>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue