Monitoring docker on your Mac

Package Information:

Name: docker
Use: Pack, ship and run any application as a lightweight container
URL: https://www.docker.com/

Learn Docker From Scratch – “Docker – Course From Zero To Hero

Installation Steps:

  1. Open Terminal.
  2. Copy the below command and execute

    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install docker using brew
    brew install docker

docker is ready to use now!