Overview: Docker Compose is Docker Compose. Links: https://docs.docker.com/compose/ https://github.com/docker/compose Install: $ sudo -i # mkdir -p /opt/bin # curl -L https://github.com/docker/compose/releases/download/1.15.0/docker-compose-`uname -s`-`uname -m` > /opt/bin/docker-compose # chmod +x /opt/bin/docker-compose : $ docker-compose
Overview: Docker is Docker. Links: https://www.docker.com/ Install: Network (Docker for Windows): <Container> ┌─────┐┌─────┐ │ eth0 ││ eth0 │
Overview: Git is a version control system for tracking changes in computer files and coordinating work on those files among multiple people. Links: https://git-scm.com/ https://git.kernel.org/pub/scm/git/git.git/ Git workflow CO: Branch check out MG: