Ubuntu15.10 Install the docker and ES2en ES3en tutorials

  • 2020-06-07 05:50:18
  • OfStack

1. View the Linux kernel version (3.8 +) and the operating system 64-bit version


uname -a

Results:

Linux jiaxiaoniu-jnq 4.2.0-16-generic #19-Ubuntu SMP Thu Oct 8 15:35:06 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

View Ubuntu version number command: cat /etc/issue

2. Install Docker


sudo apt-get install docker.io

3. Check Docker version after installation


sudo docker version

Results:

Client version: 1.6.2
Client API version: 1.18
Go version (client): go1.5.1
Git commit (client): 7c8fca2
OS/Arch (client): linux/amd64
Server version: 1.6.2
Server API version: 1.18
Go version (server): go1.5.1
Git commit (server): 7c8fca2
OS/Arch (server): linux/amd64

4. Install docker - compose


sudo apt-get update
sudo apt-get install python-pip
sudo pip uninstall docker-compose
sudo pip install docker-compose

5. View the ES50en-compose version


sudo docker-compose --version

Results:


docker-compose version 1.11.2, build dfed245

Related articles: