Exercise Basic Docker Commands
Table of Contents
Install docker on amazon linux
yum update -yyum install docker -y Verify the docker version
Docker search
How to run a container from an image
Listing Containers
How to stop a container
How to remove a container
Last updated