Add WinBox container
This commit is contained in:
commit
d6b3f48f5d
2 changed files with 16 additions and 0 deletions
6
winbox/Dockerfile
Normal file
6
winbox/Dockerfile
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
FROM debian
|
||||||
|
RUN apt-get update \
|
||||||
|
&& apt-get install -y --no-install-recommends wine wget ca-certificates \
|
||||||
|
&& apt-get clean \
|
||||||
|
&& wget -O winbox.exe https://mt.lv/winbox64
|
||||||
|
CMD wine winbox.exe
|
||||||
10
winbox/docker-compose.yml
Normal file
10
winbox/docker-compose.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
version: '3'
|
||||||
|
|
||||||
|
services:
|
||||||
|
winbox:
|
||||||
|
build: .
|
||||||
|
environment:
|
||||||
|
- DISPLAY
|
||||||
|
volumes:
|
||||||
|
- $HOME/.Xauthority:/root/.Xauthority
|
||||||
|
network_mode: host
|
||||||
Loading…
Add table
Add a link
Reference in a new issue