Mikrotik chr image routeros 7
10K+
docker run --name ros7 --restart unless-stopped \
-p 7000:8291 \
-p 7001:8728 \
-p 7002:8729 \
-p 7003:22 \
-p 7004:80 \
-p 7005:443 \
-p 7006:21 \
-p 7007:23 \
-p 7008:53 \
-p 7009:2210 \
-p 7010:179 \
-p 7011:1194 \
-p 7012:1723 \
-p 7013:53/udp \
-p 7014:123/udp \
-p 7015:1194/udp \
-p 7016:1701/udp \
-p 7017:500/udp \
-p 7018:4500/udp \
-p 7019:1812/udp \
-p 7020:1813/udp \
safrinnetwork/ros7:latest
| Service | Protocol | Port |
|---|---|---|
| Winbox | TCP | 8291 |
| HTTP | TCP | 80 |
| HTTPS | TCP | 443 |
| SSH | TCP | 22 |
| Telnet | TCP | 23 |
| FTP | TCP | 21 |
| DNS | UDP/TCP | 53 |
| NTP | UDP | 123 |
| API | TCP | 8728 |
| API-SSL | TCP | 8729 |
| The Dude Server | TCP | 2210 |
| BGP | TCP | 179 |
| MPLS | TCP | 8292 |
| OVPN | TCP/UDP | 1194 |
| L2TP | UDP | 1701 |
| PPTP | TCP | 1723 |
| IPSec | UDP/TCP | 500, 4500, 50, 51 |
| Radius | UDP | 1812 |
| Radius Accounting | UDP | 1813 |
If the container does not run automatically when your VPS restarts, create a cron job.
sudo crontab -e
Put this command on cronjob
@reboot sudo docker start ros7
You can visit my github for more information https://github.com/safrinnetwork/Auto-Install-MikroTik-CHR-on-Docker
Content type
Image
Digest
sha256:9e02c58ec…
Size
66.1 MB
Last updated
almost 2 years ago
docker pull safrinnetwork/ros7