Skip to content

Commit 4dd3e91

Browse files
committed
add readme
1 parent 0efeca3 commit 4dd3e91

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

README.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
1-
# Getting started teste
1+
## 🧭 Objetivo do hands-on
22

3-
This repository is a sample application for users following the getting started guide at https://docs.docker.com/get-started/.
3+
Levar os alunos a entender e aplicar segurança em um pipeline simples, usando um app real em containers.
44

5-
The application is based on the application from the getting started tutorial at https://github.com/docker/getting-started
5+
## ⚙️ 1️⃣ Estrutura base
6+
7+
Você vai precisar de um repositório com:
8+
9+
```bash
10+
fiap-devsecops-compose-lab
11+
├── docker-compose.yml
12+
├── Dockerfile
13+
├── app/
14+
│ └── main.py (ou app.js)
15+
├── .github/workflows/
16+
│ └── pipeline.yml
17+
└── README.md
18+
```

0 commit comments

Comments
 (0)