Install Docker Package - task error

@rahul456 @Inderpreet @mmumshad I’m getting this error when i try to download the from github

sudo curl -L “https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)” -o /usr/local/bin/docker-compose
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:–:-- 0:00:19 --:–:-- 0curl: (6) Could not resolve host: github.com; Unknown error

@rahul456 @Inderpreet @mmumshad It is still not getting install I have been trying for so many hours. I think it can’t connect to the outside due to some configure error.

sudo curl -L “https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)” -o /usr/local/bin/docker-compose
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:–:-- 0:00:19 --:–:-- 0curl: (6) Could not resolve host: github.com; Unknown error

@nilesh.b.jamale

This seems to be working fine on our end.

[root@stapp01 ~]# sudo curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   633  100   633    0     0   1995      0 --:--:-- --:--:-- --:--:--  1996
100 12.1M  100 12.1M    0     0  14.4M      0 --:--:-- --:--:-- --:--:-- 26.3M
[root@stapp01 ~]# ls /usr/local/bin/docker-compose
/usr/local/bin/docker-compose

This might be some temporary issue, could you please try to add google DNS (8.8.8.8) in /etc/resolv.conf file.