From 9707ac20803a11a48fd031cd2a9689bac6f00cc7 Mon Sep 17 00:00:00 2001 From: merith-tk Date: Wed, 28 May 2025 18:38:11 +0100 Subject: [PATCH] apply GNS3, give persistance storage basically so long as the container isnt "deleted", it will persist data, wish GNS3 had a way to share a folder across all docker containers --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 05546cf..f449f4d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1 +1,3 @@ -FROM alpine:3.12 \ No newline at end of file +FROM gns3/mikrotik-winbox + +VOLUME /root/.wine/drive_c/users/root/AppData/Roaming/Mikrotik/Winbox \ No newline at end of file