Milind Singh
Software Engineer
Monthly Magento Meetup - 18th Jan 2020
Organized & structured
Commercial event
Presentation oriented
Meet Magento India
+
Certified Magento Developer, Architect & Teacher in Cleveland, Ohio
Client/Server based architecture
Software package to call the Docker Server, typically a CLI
An API-driven server that builds images, starts containers, manages volumes, etc.
Location where Docker Images are stored.
Docker Hub = GitHub for Docker
Created from a Dockerfile, contains all software packages & configuration needed in order to run a service.
An isolated service (Nginx, PHP, Node.js, etc.) which runs from a related Docker image. Ephemeral in nature.
A persistent filesystem which can be linked to a container.
...
sudo apt update
sudo apt install docker.io
sudo systemctl enable docker
sudo systemctl start docker
docker --version
# https://docs.docker.com/install/linux/linux-postinstall/
sudo groupadd docker
sudo usermod -aG docker $USER
# https://docs.docker.com/compose/install/
sudo curl -L "https://github.com/docker/compose/releases/download/1.25.0/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
docker-compose --version
Updates needed for Linux hosts
(FREE COURSE!)
One-Time Payment Price: $299 $199
Use promo code: LUCKNOW100 (good for 30 days)
By Milind Singh
Magento Meetup Lucknow - 18th Jan 2020