From d423237fb4478be60b738aaaba3e269ae8fd0e24 Mon Sep 17 00:00:00 2001 From: sangam14 Date: Mon, 11 Dec 2023 16:29:24 +0530 Subject: [PATCH] WIP --- README.md | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 74 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 82d780f..9e7bd7f 100644 --- a/README.md +++ b/README.md @@ -1 +1,74 @@ -Kubedaily \ No newline at end of file + + + + + + +

Demestifying Container and Orchestration Ecosystem

+ +
Join CloudNativeFolks Community
+ + +### The Ultimate Docker Workshop + + + +![](/images/docker-workshop-banner.png) + + +Table of content + +- [Prerequisites](#prerequisites) +- [Hello World in Docker](#hello-world-in-docker) +- [Docker Image Filters](#docker-image-filters) +- [Images as Tar Files](#images-as-tar-files) +- [Pushing to DockerHub](#pushing-to-dockerhub) +- [Building a Base Image](#building-a-base-image) +- [Dockerfile ADD](#dockerfile-add) +- [Dockerfile COPY](#dockerfile-copy) +- [Dockerfile CMD](#dockerfile-cmd) +- [Dockerfile Entrypoint](#dockerfile-entrypoint) +- [Dockerfile WORKDIR](#dockerfile-workdir) +- [Dockerfile RUN](#dockerfile-run) +- [Dockerfile ARG](#dockerfile-arg) +- [Dockerfile Volume](#dockerfile-volume) +- [Dockerfile USER](#dockerfile-user) +- [Dockerfile HEALTHCHECK](#dockerfile-healthcheck) +- [Dockerfile ENV](#dockerfile-env) +- [Dockerfile ONBUILD](#dockerfile-onbuild) +- [Multi-Container CLI](#multi-container-cli) +- [Multi-Arch Container](TODO) +- [Docker Compose Basics](#docker-compose-basics) +- [Docker Compose Volumes](#docker-compose-volumes) +- [Custom Dockerfile with Compose](#custom-dockerfile-with-compose) +- [PHP, Apache, and DB with Compose](#php-apache-and-db-with-compose) +- [Host Volume Mount](#host-volume-mount) +- [Named Volume Mount](#named-volume-mount) +- [Compose Build Command](#compose-build-command) +- [Compose Config Command](#compose-config-command) +- [Compose CP Command](#compose-cp-command) +- [Compose Create Command](#compose-create-command) +- [Compose Down Command](#compose-down-command) +- [Compose Events Command](#compose-events-command) +- [Compose Exec Command](#compose-exec-command) +- [Compose Images Command](#compose-images-command) +- [Compose Kill Command](#compose-kill-command) +- [Compose Logs Command](#compose-logs-command) +- [Compose ls Command](#compose-ls-command) +- [Compose Pause/Unpause](#compose-pauseunpause) +- [Compose Port Command](#compose-port-command) +- [Compose ps Command](#compose-ps-command) +- [Compose Pull Command](#compose-pull-command) +- [Compose Push Command](#compose-push-command) +- [Compose Restart Command](#compose-restart-command) +- [Compose rm Command](#compose-rm-command) +- [Compose run Command](#compose-run-command) +- [Compose Watch Command](TODO) +- [Local Network Setup](#local-network-setup) +- [Remote Network Setup](#remote-network-setup) +- [Networking in Compose](#networking-in-compose) +- [Compose Networking with Nginx](#compose-networking-with-nginx) +- [Docker Wordpress Example](#docker-wordpress-example) + + + \ No newline at end of file