The Wayback Machine - https://web.archive.org/web/20200919164821/https://github.com/alexanderfefelov/docker-dude
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

README.md

Docker Pulls Docker Stars

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

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

Just type

docker run \
  --name dude \
  --detach \
  --restart unless-stopped \
  --volume /etc/localtime:/etc/localtime:ro --volume /etc/timezone:/etc/timezone:ro \
  --publish 2211:2211 \
  --publish 2210:2210 \
  --publish 514:514/udp \
  --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. You can stop it with

docker stop dude

and run it again with

docker start dude

About

The Dude (MikroTik) server in a container

Topics

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.