Hi
There is official aws image of routeros.
But there is no official docker container image of routeros
Is any plan to build official docker container image of routeros
Thanks
Hi
There is official aws image of routeros.
But there is no official docker container image of routeros
Is any plan to build official docker container image of routeros
Thanks
I hope so…it would be very useful!
Docker is a container.
ROS is not just a web server or some app to be run in a container.
It is heavily dependent on its kernel to implement many of its features.
So my guess is that there will never be a docker image for ROS.
Docker container image of routeros already available but that is third party not official
Check out this mum
https://youtu.be/7eVP743yMNs
This is not a Docker image for ROS but for OpenVPN.
Not to mention that it hasn’t been updated for over 4 years.
https://github.com/AlexBeznos/openvpn-mikrotik
IMHO, ROS on Docker (or any other container platform) is a waste of time.
Like written above, this request doesn’t make any sense.
Docker is used to run applications.
RouterOS is an operating system.
Use CHR images.
What would be great is (in v7) is to be able to run docker containers so that we can run custom applications
Docker relies on the “parent” OS to have all the necessary stuff. RouterOS doens’t have any stuff to rely on. Maybe I’m mistaken, not sure if RouterOS kernel is enough.
It could be interesting if RouterOS had Docker so that one could run lancache with zero storage as a relay on the router.
Looks like kernel should be enough, e.g. container images can use their own library versions.
Hi, had just I tried my routerOS on docker installation, and guest! its work!
this is base on this repository on github. https://github.com/kilip/docker-routeros
and I dont know what next?
That’s actually routeros in qemu in docker, that’s not fair
seems the chr-7.1beta6 calls the Linux kernel system func as well, even mikrotik design some customized kernel should working in the container as well, not for sure.
maybe it’s hard to encrypt the system for the container version.
chr-7.1beta6\var\pdb\system\image~\lib\modules\5.6.3-64\kernel
chr-7.1beta6\var\pdb\system\image~\lib\modules\5.6.3-64\drivers
BR//lo