-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathREADME
28 lines (18 loc) · 795 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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.