-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
74 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,74 @@ | ||
Kubedaily | ||
|
||
|
||
|
||
<img src="static/img/logos/KubeDaily-4.png"> | ||
|
||
|
||
<p> <center> <strong> Demestifying Container and Orchestration Ecosystem </strong> </center> </p> | ||
|
||
<center> <strong> <a href="https://discord.gg/vs7GfMzJQq" style="background-color: #4CAF50; color: white; padding: 10px 20px; text-align: center; text-decoration: none; display: inline-block; border-radius: 5px;">Join CloudNativeFolks Community</a> </strong></center> | ||
|
||
|
||
### The Ultimate Docker Workshop | ||
|
||
|
||
|
||
![](/images/docker-workshop-banner.png) | ||
|
||
<strong> | ||
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) | ||
|
||
|
||
</strong> |