diff --git a/README.md b/README.md index 1607c70..4223db0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Devops Workshop-1 +## # Devops Workshop-1 One Day workshop on understanding Git and Docker. Learn how Version Control System with the conjunction of Containerization power modern industries. In this Workshop you will learn the basics of Git and Docker and start @@ -42,6 +42,7 @@ harnessing the power of these two incredibly powerful and versatile tools. - What is Docker? - Run your own Containers. - Run multiple containers with Docker Compose. + dfsgdf ## Schedule diff --git a/README.mdfdfsdfdsfdsfdsf b/README.mdfdfsdfdsfdsfdsf new file mode 100644 index 0000000..1607c70 --- /dev/null +++ b/README.mdfdfsdfdsfdsfdsf @@ -0,0 +1,60 @@ +# Devops Workshop-1 + +One Day workshop on understanding Git and Docker. Learn how Version Control System with the conjunction of +Containerization power modern industries. In this Workshop you will learn the basics of Git and Docker and start +harnessing the power of these two incredibly powerful and versatile tools. + +## Prerequisites + +### System Requirements +- Os / Virtual Machine with the latest available Ubuntu installed. +- Docker +- [Git]( https://www.atlassian.com/git/tutorials/install-git#linux ) + +### GitHub Account +- An account on [GitHub](https://github.com/join). +- Fork [this](https://github.com/UniCourt/Devops-Workshop2-Docker) repository and then clone it to your machine. + - You can refer [this](https://docs.github.com/en/get-started/quickstart/fork-a-repo) guide to understand how to fork and clone. + +## Workshop environment setup + +### Check Installation + ```shell + $ git --version + git version 2.25.1 + + $ docker --version + Docker version 20.10.17, build 100c701 + + $ docker compose version + Docker Compose version v2.6.0 + + ``` + +## What will you learn by the end of this workshop? + +- Git + - What is Git? + - Difference between Git and other VCS. + - Git Commands. +- Docker + - Introduction to Containerization. + - What is Docker? + - Run your own Containers. + - Run multiple containers with Docker Compose. + +## Schedule + +| Time | Topics | +|---------------|--------------------------------------------------------------------------| +| 09:00 - 09:30 | [`Introduction to Git`](docs/git/introduction_to_git.md) | +| 09:30 - 10:00 | [`Git Commands`](docs/git/git_commands.md) | +| 10:00 - 10:30 | [`What is Docker ?`](docs/docker/docker_introduction.md) | +| 10:30 - 11:00 | [`Docker Commands`](docs/docker/docker_commands.md) | +| 11:00 - 11:30 | [`Docker Compose`](docs/docker/docker_compose_introduction.md) | +| 11:30 - 12:30 | [`Docker Compose Features`](docs/docker/docker_compose_features.md) | +| 12:30 - 01:00 | [`Introduction to Postgres`](docs/postgres/postgres_introduction.md) | +| 01:00 - 02:00 | `Break` | +| 02:00 - 02:30 | [`Docker Compose with Postgres`](docs/postgres/postgres_with_docker_compose.md) | +| 02:30 - 04:00 | `Using Postgres` | +| 04:00 - 04:15 | `Q & Aand Wrapping Up` |