OCSInventory-NG / OCSInventory-Docker-Stack

Docker stack for OCSInventory Server
GNU General Public License v3.0
42 stars 38 forks source link

restart always also in server container #5

Closed fam4r closed 4 years ago

fam4r commented 5 years ago

Status

READY

Description

It allows to have the server running after a downtime (e.g. physical machine restart).

Todos

Test environment

If some tests has been already made, please give us your test environment' specs

General informations

Docker host's operating system :

$ hostnamectl
  Operating System: Debian GNU/Linux 9 (stretch)
            Kernel: Linux 3.16.0-4-amd64
      Architecture: x86-64

Docker informations

Docker compose version :

$ docker-compose --version
docker-compose version 1.23.2, build 1110ad01

Docker version :

$ docker --version
Docker version 18.09.2, build 6247962
gillesdubois commented 4 years ago

Hi,

Our Docker image has been reworked completly. 2.6 / nightly / dev tags are now available.

A complete documentation is available on wiki. Compose files are now located on the image repository and not on this one anymore.

Thanks for your contribution, restart always has been implemented on new tags :)

Regards, Gilles Dubois.