mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-18 20:37:57 +00:00
Add Mikrotik WinBox container for GNS3
This commit is contained in:
parent
ef96bbdaab
commit
44ed53fed4
19
appliances/mikrotik-winbox.gns3a
Normal file
19
appliances/mikrotik-winbox.gns3a
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"appliance_id": "b770027f-1822-4ab6-b2f9-73336ca0983d",
|
||||
"name": "Mikrotik WinBox",
|
||||
"category": "guest",
|
||||
"description": "Mikrotik's WinBox router management software for GNS3",
|
||||
"vendor_name": "Mikrotik",
|
||||
"vendor_url": "https://mikrotik.com",
|
||||
"product_name": "Mikrotik WinBox",
|
||||
"registry_version": 4,
|
||||
"status": "stable",
|
||||
"availability": "free",
|
||||
"maintainer": "Alexander Horner",
|
||||
"maintainer_email": "contact@alexhorner.cc",
|
||||
"docker": {
|
||||
"adapters": 1,
|
||||
"image": "gns3/mikrotik-winbox",
|
||||
"console_type": "vnc"
|
||||
}
|
||||
}
|
2
docker/mikrotik-winbox/Dockerfile
Normal file
2
docker/mikrotik-winbox/Dockerfile
Normal file
@ -0,0 +1,2 @@
|
||||
FROM alexhorner/winbox-dockerised
|
||||
ENV VNC_BUILTIN_DISABLED=true
|
12
docker/mikrotik-winbox/README.rst
Normal file
12
docker/mikrotik-winbox/README.rst
Normal file
@ -0,0 +1,12 @@
|
||||
Mikrotik WinBox
|
||||
---------
|
||||
|
||||
Mikrotik's WinBox router management software for GNS3 based on https://hub.docker.com/r/alexhorner/winbox-dockerised
|
||||
|
||||
Powered by Wine + OpenBox and uses GNS3's built in VNC support.
|
||||
|
||||
Build Instructions
|
||||
#######################
|
||||
. code:: bash
|
||||
|
||||
docker build -t gns3/mikrotik-winbox .
|
Loading…
Reference in New Issue
Block a user