Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

first commit #13

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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

Expand Down
60 changes: 60 additions & 0 deletions README.mdfdfsdfdsfdsfdsf
Original file line number Diff line number Diff line change
@@ -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` |