Skip to content

run winbox (Mikrotik RouterOS configuration GUI) via Wine inside Docker

Notifications You must be signed in to change notification settings

manniru/docker-winbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Docker container that executes winbox (Mikrotik RouterOS configurator)
on Wine inside Debian Wheezy.

Image installation
------------------

$ docker build -t zanardo/winbox github.com/zanardo/docker-winbox


Host dependencies
-----------------

# aptitude install sshpass openssh-client
# wget -O /usr/local/bin/winbox.sh \
    https://raw.githubusercontent.com/zanardo/docker-winbox/master/winbox.sh
# chmod 755 /usr/local/bin/winbox.sh

The X11 server on host must listen on TCP, for SSH X11 forwarding to work.


Running the container
---------------------

$ winbox.sh

A container will be created, showing winbox GUI on the host machine. After
winbox is closed, the container will be destroyed, but Wine configurations and
winbox downloaded DLLs will persist on host $HOME/.docker-winbox.

About

run winbox (Mikrotik RouterOS configuration GUI) via Wine inside Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages