From 5552deeb42f94a1a55e7669943b22d3c6491bd21 Mon Sep 17 00:00:00 2001 From: Pavel Pivovarov Date: Sun, 4 Nov 2018 11:13:46 +0000 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 39559db..54acb7c 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,20 @@ Snibox container working with SQLite3 database for personal use +To build this container use following command: + +```bash +git clone https://gitlab.com/pivpav/snibox-sqlite.git +cd snibox-sqlite +docker build -t snibox . +``` + +Alternatively you can use ready to use image + +```bash +docker pull snowmean/snibox-sqlite:latest +``` + To run this container use following parameters: ```bash