Digital Marketing

Amazon Linux Container Image on Docker Hub

Pull the Amazon Linux container image using the docker pull command.

docker pull amazonlinux
(Optional) Run the container locally.

docker run -it amazonlinux:latest /bin/bash

Comments

Popular posts from this blog

MySQL Sandbox with the Sakila sample database