Update README.md

This commit is contained in:
Pavel Pivovarov
2018-11-04 11:13:46 +00:00
parent 9117b3a494
commit 5552deeb42

View File

@@ -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