AWS
Wrangling AWS and it's ilk
February 25,2024
last update: 2024-11-19
Amazon linux
Does not use apt-get
and only uses yum.
replace all apt-get
with yum
sudo systemctl enable docker.service
sudo systemctl start docker.service
Wrangling AWS and it's ilk
February 25,2024
last update: 2024-11-19
Does not use apt-get
and only uses yum.
replace all apt-get
with yum
sudo systemctl enable docker.service
sudo systemctl start docker.service