Mikrotik RouterOS 7 For x86 (PC) and arm64 (STB) - Stable
10K+
This extrasmall image was created for TEST PURPOSE only!
#///#///#///#///#///# SCRIPT #///#///#///#///#///#
version: "3"
services:
routeros-7:
image: ferilagi/ros7:latest
restart: unless-stopped
#privileged: true
cap_add:
- NET_ADMIN
devices:
- /dev/net/tun
ports:
- "5900:5900"
- "8291:8291"
#- "2222:22"
#- "28728:8728"
- "28729:8729"
environment:
- MAC_ADDRESS=54:05:AB:54:11:AB
- ENABLE_VNC=true
#///#///#///#///#///# SCRIPT #///#///#///#///#///#
address : [your_local_ip_of_host_container]
user : admin
pass :
Now you can connect to your RouterOS container via VNC protocol (on localhost 5900 port) and via SSH (on localhost 1222 port).
| Description | Ports |
|---|---|
| Defaults | 22, 23, 80, 443, 8291, 8728, 8729 |
| Radius | 1812/udp, 1813/udp |
| OpenVPN | 1194/tcp, 1194/udp |
| L2TP | 1701 |
| PPTP | 1723 |
Thanks to EvilFreelancer
Content type
Image
Digest
sha256:22c00f48c…
Size
90.8 MB
Last updated
2 days ago
docker pull ferilagi/ros7