Skip to content

The Dude (MikroTik) server in a container

Notifications You must be signed in to change notification settings

monkeysas/docker-dude

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker Pulls Docker Stars

Just type

docker run --name dude \
  --privileged \
  --detach \
  --volume /etc/localtime:/etc/localtime:ro \
  --publish 2211:2211 \
  --publish 2210:2210 \
  --publish 514:514/udp \
  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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 77.6%
  • Shell 22.4%