Page 1 of 1

Docker ????

Posted: Thu Jan 14, 2021 12:17 am
by DVB Hardware
Is docker like flatpak
I have a spare drive and installed MX Linux just to play around with a new distro with Zoneminder

Just need some explanation so I can search correctly

Jimmy

Re: Docker ????

Posted: Thu Jan 14, 2021 1:28 am
by burger
Docker is more like VMWare or Virtualbox. You run a program, and that program runs an OS (or multiple). Technically it's a container I think, but just think of it like virtualization.

MX would I guess follow the Debian instructions, where a repo is added. https://docs.docker.com/engine/install/debian/

Docker is great, but there's a learning curve. Get a book, and take notes. I've read Using Docker by Adrian Mouat. You will want to use docker-compose. I have notes here: https://steakwiki.com/index.php/Docker to give you an idea of what you are getting into.

As for Zoneminder, there are a couple of different docker Zoneminder images floating around. There is an official one linked in the Zoneminder github: https://github.com/ZoneMinder/zoneminde ... ils/docker

There is the dlandon one is waiting for a new developer: https://github.com/dlandon/zoneminder

https://github.com/QuantumObject/docker-zoneminder This one (unlike the other images) manages the DB separately, so mysql is its own container. That seems like the approach I would take.

See its dockerfile: https://github.com/QuantumObject/docker ... Dockerfile to get an idea of what the docker does when it starts up.

Re: Docker ????

Posted: Thu Jan 14, 2021 7:32 am
by Magic919
I'd have a play with Docker, but not with ZM. You can already do ZM.

Have a look at IOTStack, perhaps.

Re: Docker ????

Posted: Thu Jan 14, 2021 7:43 pm
by DVB Hardware
Thanks guy's , sounds like another learning curve. Too old for that now, will stick with mint

Jimmy

Re: Docker ????

Posted: Mon Apr 19, 2021 10:09 am
by JoanPiper
I didn't notice at first that I had found the answer to my question))) Thank you guys!!