Mikrotik RouterOS inside Docker container
Find a file
2018-08-22 18:17:42 +03:00
.dockerignore init 2018-08-22 15:55:57 +03:00
.gitignore init 2018-08-22 15:55:57 +03:00
Dockerfile Release of RouterOS changed to 6.37.3 2018-08-22 18:17:42 +03:00
entrypoint.sh init 2018-08-22 15:55:57 +03:00
LICENSE license added, readme updated 2018-08-22 15:59:29 +03:00
README.md license added, readme updated 2018-08-22 15:59:29 +03:00

Mikrotik RouterOS in Docker

How to use

Build from Dockerfile

docker build . --tag ros
docker run -p 2222:22 -p 5900:5900 -ti ros

Now you can connecto to your RouterOS container via VNC protocol and via SSH on localhost 2222 port.