The Docker Ninja

Posted on Sun 23 February 2020 in Technology • Tagged with DevOps, Containers, Docker

Docker Resource Kit

Installing Docker

Ubuntu

curl -sSL https://get.docker.com/ | sudo sh

MacOS

brew install docker

Docker Compose

Find below the link with instructions:
Docker Compose Install

Important tip: Always check if you have your Docker Repo updated:
- /etc/yum.repos.d/docker.repo (RHEL)
- /etc/apt/sources …


Continue reading