mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-11-05 06:03:39 +00:00
233 B
233 B
##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
然后重复上面的步骤即可。