From b835b1531bb24c1e8b1b32034669137c3f53d2e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Wed, 8 Jan 2020 19:45:35 +0100 Subject: [PATCH] Added a hint about docker to README. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1d8268df..d15255e5 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ ![GitHub License](https://img.shields.io/github/license/Part-DB/Part-DB-symfony) ![PHP Version](https://img.shields.io/badge/PHP-%3E%3D%207.2-green) +![Docker Pulls](https://img.shields.io/docker/pulls/jbtronics/part-db1) +![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/jbtronics/part-db1) + # Part-DB Part-DB is an Open-Source inventory managment system for your electronic components. It is installed on a web server and so can be accessed with any browser without the need to install additional software. @@ -58,6 +61,8 @@ Anyhow, the migrations that will be made, are not compatible with the old Part-D Also after the migration it is not possible to go back to the old database scheme, so make sure to make a backup of your database beforehand. See [UPGRADE](UPGRADE.md) for more infos. +*Hint:* A docker image is available under [jbtronics/part-db1](https://hub.docker.com/repository/docker/jbtronics/part-db1). + 1. Copy or clone this repository into a folder on your server. 2. Configure your webserver to serve from the `public/` folder. See [here](https://symfony.com/doc/current/setup/web_server_configuration.html) for additional informations.