mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-11-16 03:23:39 +00:00
10 lines
244 B
Markdown
10 lines
244 B
Markdown
##Ubuntu(低版本)安装Docker
|
||
如果是更低版本的ubuntu
|
||
```
|
||
$ sudo apt-get update
|
||
$ sudo apt-get install linux-image-generic-lts-raring linux-headers-generic-lts-raring
|
||
# reboot
|
||
$ sudo reboot
|
||
```
|
||
然后重复上面的步骤即可。
|