agstr/ros

By agstr

Updated 3 months ago

MikroTik Router OS CHR x86

Image
Networking

2.3K

RouterOS CHR


Docker Compose

services:
  routeros:
    image: agstr/ros:7.9
    container_name: ROUTEROS
    ports:
      - 1792:22
      - 1701:1701
      - 9481:80
      - 3434:443
      - 8728:8728
      - 1194:1194
      - 8291:8291
      - 8781:8080
    restart: unless-stopped
    privileged: true

Docker Pull Command

docker pull agstr/ros