1 00:00:00,001 --> 00:00:01,234 [No Audio] 2 00:00:01,234 --> 00:00:04,067 As the title of this demo suggests, we are going 3 00:00:04,067 --> 00:00:07,534 to install Docker Compose in this demo. We will do 4 00:00:07,534 --> 00:00:11,234 so by fetching the binaries of docker-compose from 5 00:00:11,234 --> 00:00:14,601 its official GitHub release and we will store 6 00:00:14,601 --> 00:00:17,767 this binary in docker-compose directory 7 00:00:17,767 --> 00:00:21,201 under usr/local/bin on our host machine. 8 00:00:21,734 --> 00:00:23,801 We will do it with curl utility. 9 00:00:25,267 --> 00:00:28,534 Once the downloading is complete, we will 10 00:00:28,534 --> 00:00:31,501 make these binaries executable and the 11 00:00:31,501 --> 00:00:34,267 installation process will be complete. 12 00:00:34,267 --> 00:00:38,301 Let's see if the installation is successful by running 13 00:00:38,301 --> 00:00:41,634 docker-compose --version command. Well, the 14 00:00:41,634 --> 00:00:44,267 installation is successful and docker-compose 15 00:00:44,267 --> 00:00:49,734 version 1.22.0 is currently installed on our host. 16 00:00:49,734 --> 00:00:53,434 This is the latest version by the time this course is being created.