From 8d4013638c103c03ef89d0c4a2e2620e7a4d6622 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kratochv=C3=ADl?= <xkrato10@fi.muni.cz>
Date: Fri, 10 Jun 2022 00:53:53 +0200
Subject: [PATCH] feat: updated README - Docker usage

---
 README.md | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/README.md b/README.md
index c9e1485..e9fac18 100644
--- a/README.md
+++ b/README.md
@@ -47,6 +47,16 @@ Infrastructure:
 	- Minio object storage
 - SQLite for testing before deploying
 
+## Usage
+### Docker
+Firstly, run Docker daemon.
+
+Navigate into the project root directory `pb138-film-database-group-project`.
+
+Then in the root directory run `docker-compose up -d` to build, (re)create, start, and attach to containers for a service (optional flag `-d` runs containers in the background).
+
+When you are finished, run `docker-compose down` to stop and remove containers, networks and images created by `up`.
+
 ## TODO
 
 More TBA as features are implemented.
-- 
GitLab