├── Day01 └── README.md ├── Day02 ├── README.md └── dockerServiceDir-Change ├── Day03 ├── README.md └── sampledata_commands ├── Day04 ├── DockerFile ├── README.md └── portainer ├── Day05 ├── DockerFile └── README.md ├── Day06 ├── DockerFile_Multibuild ├── Dockerfile └── README.md ├── Day07 ├── README.md └── compose.yaml ├── Day08 └── README.md ├── Day09 ├── README.md ├── Secret-File └── Swarm-all-commands ├── Day10 ├── README.md ├── Traefik-Deployment ├── Votingapp-Traefik.yaml └── traefik2.yml ├── Day11 ├── README.md └── Scenario based Interview Questions.pdf ├── Day12 └── README.md ├── Day13 ├── 1.node_exporter.sh ├── 10.alertmanager.service.yml ├── 11.commands.sh ├── 2.prometheus-Config.sh ├── 3.prometheus.yml ├── 4.prometheus.service.sh ├── 5.start-prom.sh ├── 6.queries.sh ├── 7.grafana.sh ├── 8.alert_manager.yml ├── 9.alert_rules.yml └── README.md └── README.md /Day01/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saikiranpi/Mastering-Docker/HEAD/Day01/README.md -------------------------------------------------------------------------------- /Day02/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saikiranpi/Mastering-Docker/HEAD/Day02/README.md -------------------------------------------------------------------------------- /Day02/dockerServiceDir-Change: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saikiranpi/Mastering-Docker/HEAD/Day02/dockerServiceDir-Change -------------------------------------------------------------------------------- /Day03/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saikiranpi/Mastering-Docker/HEAD/Day03/README.md -------------------------------------------------------------------------------- /Day03/sampledata_commands: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saikiranpi/Mastering-Docker/HEAD/Day03/sampledata_commands -------------------------------------------------------------------------------- /Day04/DockerFile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saikiranpi/Mastering-Docker/HEAD/Day04/DockerFile -------------------------------------------------------------------------------- /Day04/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saikiranpi/Mastering-Docker/HEAD/Day04/README.md -------------------------------------------------------------------------------- /Day04/portainer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saikiranpi/Mastering-Docker/HEAD/Day04/portainer -------------------------------------------------------------------------------- /Day05/DockerFile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saikiranpi/Mastering-Docker/HEAD/Day05/DockerFile -------------------------------------------------------------------------------- /Day05/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saikiranpi/Mastering-Docker/HEAD/Day05/README.md -------------------------------------------------------------------------------- /Day06/DockerFile_Multibuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saikiranpi/Mastering-Docker/HEAD/Day06/DockerFile_Multibuild -------------------------------------------------------------------------------- /Day06/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saikiranpi/Mastering-Docker/HEAD/Day06/Dockerfile -------------------------------------------------------------------------------- /Day06/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saikiranpi/Mastering-Docker/HEAD/Day06/README.md -------------------------------------------------------------------------------- /Day07/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saikiranpi/Mastering-Docker/HEAD/Day07/README.md -------------------------------------------------------------------------------- /Day07/compose.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saikiranpi/Mastering-Docker/HEAD/Day07/compose.yaml -------------------------------------------------------------------------------- /Day08/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saikiranpi/Mastering-Docker/HEAD/Day08/README.md -------------------------------------------------------------------------------- /Day09/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saikiranpi/Mastering-Docker/HEAD/Day09/README.md -------------------------------------------------------------------------------- /Day09/Secret-File: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saikiranpi/Mastering-Docker/HEAD/Day09/Secret-File -------------------------------------------------------------------------------- /Day09/Swarm-all-commands: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saikiranpi/Mastering-Docker/HEAD/Day09/Swarm-all-commands -------------------------------------------------------------------------------- /Day10/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saikiranpi/Mastering-Docker/HEAD/Day10/README.md -------------------------------------------------------------------------------- /Day10/Traefik-Deployment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saikiranpi/Mastering-Docker/HEAD/Day10/Traefik-Deployment -------------------------------------------------------------------------------- /Day10/Votingapp-Traefik.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saikiranpi/Mastering-Docker/HEAD/Day10/Votingapp-Traefik.yaml -------------------------------------------------------------------------------- /Day10/traefik2.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saikiranpi/Mastering-Docker/HEAD/Day10/traefik2.yml -------------------------------------------------------------------------------- /Day11/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saikiranpi/Mastering-Docker/HEAD/Day11/README.md -------------------------------------------------------------------------------- /Day11/Scenario based Interview Questions.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saikiranpi/Mastering-Docker/HEAD/Day11/Scenario based Interview Questions.pdf -------------------------------------------------------------------------------- /Day12/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saikiranpi/Mastering-Docker/HEAD/Day12/README.md -------------------------------------------------------------------------------- /Day13/1.node_exporter.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saikiranpi/Mastering-Docker/HEAD/Day13/1.node_exporter.sh -------------------------------------------------------------------------------- /Day13/10.alertmanager.service.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saikiranpi/Mastering-Docker/HEAD/Day13/10.alertmanager.service.yml -------------------------------------------------------------------------------- /Day13/11.commands.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saikiranpi/Mastering-Docker/HEAD/Day13/11.commands.sh -------------------------------------------------------------------------------- /Day13/2.prometheus-Config.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saikiranpi/Mastering-Docker/HEAD/Day13/2.prometheus-Config.sh -------------------------------------------------------------------------------- /Day13/3.prometheus.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saikiranpi/Mastering-Docker/HEAD/Day13/3.prometheus.yml -------------------------------------------------------------------------------- /Day13/4.prometheus.service.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saikiranpi/Mastering-Docker/HEAD/Day13/4.prometheus.service.sh -------------------------------------------------------------------------------- /Day13/5.start-prom.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saikiranpi/Mastering-Docker/HEAD/Day13/5.start-prom.sh -------------------------------------------------------------------------------- /Day13/6.queries.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saikiranpi/Mastering-Docker/HEAD/Day13/6.queries.sh -------------------------------------------------------------------------------- /Day13/7.grafana.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saikiranpi/Mastering-Docker/HEAD/Day13/7.grafana.sh -------------------------------------------------------------------------------- /Day13/8.alert_manager.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saikiranpi/Mastering-Docker/HEAD/Day13/8.alert_manager.yml -------------------------------------------------------------------------------- /Day13/9.alert_rules.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saikiranpi/Mastering-Docker/HEAD/Day13/9.alert_rules.yml -------------------------------------------------------------------------------- /Day13/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saikiranpi/Mastering-Docker/HEAD/Day13/README.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saikiranpi/Mastering-Docker/HEAD/README.md --------------------------------------------------------------------------------