All Projects → alexanderfefelov → docker-dude

alexanderfefelov / docker-dude

Licence: other
The Dude (MikroTik) server in a container

Programming Languages

Dockerfile
14818 projects
shell
77523 projects

Projects that are alternatives of or similar to docker-dude

mikrotik-json-parser
JSON parser library for RouterOS
Stars: ✭ 41 (-14.58%)
Mutual labels:  mikrotik
routeros-client
Abstraction layer over the node-routeros API
Stars: ✭ 63 (+31.25%)
Mutual labels:  mikrotik
plugin mikrotik
Mikrotik Plugin for Cacti
Stars: ✭ 46 (-4.17%)
Mutual labels:  mikrotik
MikrotikScript
Syntax highlighting and completions for the Mikrotik Scripting language for the Sublime Text editor
Stars: ✭ 39 (-18.75%)
Mutual labels:  mikrotik
winbox
Snap package with winbox from MikroTik (https://mikrotik.com)
Stars: ✭ 31 (-35.42%)
Mutual labels:  mikrotik
dnms
Another network monitoring app built with nodejs.
Stars: ✭ 18 (-62.5%)
Mutual labels:  mikrotik
RouterOS Useful Scripts
MikroTik RouterOS Useful Scripts for various use
Stars: ✭ 66 (+37.5%)
Mutual labels:  mikrotik
perfectrestore
MikroTik config restore helper script
Stars: ✭ 53 (+10.42%)
Mutual labels:  mikrotik
gomiko
multi-vendor networking SDK.
Stars: ✭ 46 (-4.17%)
Mutual labels:  mikrotik
captive-login
Captive-portal login utility for headless environments written in pure bash.
Stars: ✭ 23 (-52.08%)
Mutual labels:  mikrotik
Mikrotik API
Mikrotik Dashboard
Stars: ✭ 46 (-4.17%)
Mutual labels:  mikrotik
node-routeros
Mikrotik Routerboard RouterOS API for NodeJS
Stars: ✭ 87 (+81.25%)
Mutual labels:  mikrotik
chr-eve-ng
Repository contain LAB's for Mikrotik trainings and helpers for installing CHR into eve-ng.
Stars: ✭ 28 (-41.67%)
Mutual labels:  mikrotik
Mikrotik-Blacklist
Mikrotik friendly blacklist to filter all these damn hackers.
Stars: ✭ 70 (+45.83%)
Mutual labels:  mikrotik
Chimay-Red-tiny
This is a minified exploit for mikrotik routers. It does not require any aditional modules to run.
Stars: ✭ 25 (-47.92%)
Mutual labels:  mikrotik
aws-vpn-mikrotik
Shell script to transform a Generic AWS VPN configuration guide to MikroTik specific set up commands that can be copy pasted into a mikrotik console to set up the customer end of the connection.
Stars: ✭ 38 (-20.83%)
Mutual labels:  mikrotik
keycloak-radius-plugin
Make the radius server as part of keycloak SSO
Stars: ✭ 102 (+112.5%)
Mutual labels:  mikrotik
Fastnetmon
FastNetMon - very fast DDoS sensor with sFlow/Netflow/IPFIX/SPAN support
Stars: ✭ 2,860 (+5858.33%)
Mutual labels:  mikrotik
ROS Scripts
Scripts for RouterOS (MikroTik devices)
Stars: ✭ 81 (+68.75%)
Mutual labels:  mikrotik
zonemanager
Central DNS/DHCP database with replication to Amazon Route53, BIND, MikroTik routers and other services.
Stars: ✭ 29 (-39.58%)
Mutual labels:  mikrotik

docker-dude

Docker Pulls Docker Stars

Attention! This is a server container, not a client!

Last version of The Dude server for Windows is 4.0beta3 released in 2011.

Just type

docker run \
  --name dude \
  --detach \
  --restart unless-stopped \
  --volume /etc/localtime:/etc/localtime:ro --volume /etc/timezone:/etc/timezone:ro \
  --volume dude:/dude/data \
  --publish 80:80 \
  --publish 443:443 \
  --publish 514:514/udp \
  --publish 2210:2210 \
  --publish 2211:2211 \
  --health-cmd /healthcheck.sh --health-start-period 3s --health-interval 1m --health-timeout 1s --health-retries 3 \
  --log-opt max-size=10m --log-opt max-file=5 \
  alexanderfefelov/dude

and your Dude is ready.

Ports published:

Port Description
80 HTTP
443 HTTPS
514/udp Syslog
2210 Insecure Dude
2211 Secure Dude

You can stop your Dude with

docker stop dude

and run it again with

docker start dude

Where is my data?

docker volume inspect --format '{{ .Mountpoint }}' dude

Uninstall

docker rm --force dude
docker image rm alexanderfefelov/dude
docker volume rm dude
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].