Project-Owl / dms-lite

DMS LITE is the lightweight version of Project OWL's Data Management System. Build to run local on the PaPi
https://www.project-owl.com
Apache License 2.0
31 stars 7 forks source link

Dockerize the application #7

Closed mrieder99 closed 3 years ago

mrieder99 commented 4 years ago

The use of docker containers would simplify the deployment of the software and other operating systems (e.g. Ubuntu Linux, Hypriot OS, Balena OS) could be supported. Furthermore, dependencies can be better managed and the installation can be done via script.

Here is a link to an example that shows how a Node.js application can be dockerized: https://nodejs.org/fr/docs/guides/nodejs-docker-webapp/

hawk4031 commented 4 years ago

@krook also suggested we have a look at Open Horizon as a way to manage containerization at the edge.

Evilgeniusnerd commented 3 years ago

@mrieder99 Just wanted to give you an update. We are currently working on the Dockerization of DMS-Lite. We should be publishing this either this week or next upcoming week. Just trying to knock out a few more bugs. Let me know if you are still interested the more eyes and testing on it the better.

nfeuer commented 3 years ago

Docker version is live! https://github.com/Project-Owl/dms-lite-docker

krook commented 3 years ago

Excellent!