mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-11-28 09:18:54 +00:00
9 lines
233 B
Markdown
9 lines
233 B
Markdown
##Ubuntu12.04安装Docker
|
|
如果是更低版本的ubuntu
|
|
```
|
|
$ sudo apt-get update
|
|
$ sudo apt-get install linux-image-generic-lts-raring linux-headers-generic-lts-raring
|
|
# reboot
|
|
$ sudo reboot
|
|
```
|
|
然后重复上面的步骤即可。 |