$sudo apt-get update
$sudo apt-get install linux-image-generic-lts-trusty
$sudo reboot
sau đó kiểm tra xem curl đã cài chưa.
$which curl
Nếu chưa cài
$ sudo apt-get update $ sudo apt-get install curl
tải bản Docker mới nhất vể
$ curl -sSL https://get.docker.com/ | sh
nếu ip của bạn ẩn dưới bộ lọc proxy, có thể chạy lệnh sau:
$ curl -sSL https://get.docker.com/gpg | sudo apt-key add -
$sudo apt-get update $sudo apt-get install nodejs
$sudo apt-get install npm
$ mkdir myapp $ cd myapp
$npm init $ npm install express --save $ npm install express