docker_practice/install/ubuntu124.md
2014-09-11 22:52:28 +08:00

10 lines
244 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

##Ubuntu低版本安装Docker
如果是更低版本的ubuntu
```
$ sudo apt-get update
$ sudo apt-get install linux-image-generic-lts-raring linux-headers-generic-lts-raring
# reboot
$ sudo reboot
```
然后重复上面的步骤即可。