Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
[ec2-user@ip-172-30-0-157 ~]$ sudo su -
Last login: Tue Jan 14 22:13:16 UTC 2020 from isc15-0009-wd.kite.upenn.edu on pts/0
[root@ip-172-30-0-157 ~]# docker
-bash: docker: command not found

Amazon-linux docker install instructions


Code Block
sudo yum update -y
sudo amazon-linux-extras install docker


Non-Amazon-linux docker install instructions

The centos-extras repository must be enabled. This repository is enabled by default, but if you have disabled it, you need to re-enable it.

...