From 8cd20fd621792817689eb299e18741e4d2956200 Mon Sep 17 00:00:00 2001 From: Pavankumar Hegde <85627085+hegdepavankumar@users.noreply.github.com> Date: Fri, 16 Feb 2024 19:08:08 +0530 Subject: [PATCH] Delete Network Tools/ubuntu-docker.gns3a --- Network Tools/ubuntu-docker.gns3a | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 Network Tools/ubuntu-docker.gns3a diff --git a/Network Tools/ubuntu-docker.gns3a b/Network Tools/ubuntu-docker.gns3a deleted file mode 100644 index 9a9bbc2..0000000 --- a/Network Tools/ubuntu-docker.gns3a +++ /dev/null @@ -1,18 +0,0 @@ -{ - "name": "Ubuntu Docker Guest", - "category": "guest", - "description": "Ubuntu is a Debian-based Linux operating system, with Unity as its default desktop environment. It is based on free software and named after the Southern African philosophy of ubuntu (literally, \"human-ness\"), which often is translated as \"humanity towards others\" or \"the belief in a universal bond of sharing that connects all humanity\".", - "vendor_name": "Canonical", - "vendor_url": "http://www.ubuntu.com", - "product_name": "Ubuntu", - "registry_version": 3, - "status": "stable", - "maintainer": "GNS3 Team", - "maintainer_email": "developers@gns3.net", - "symbol": "linux_guest.svg", - "docker": { - "adapters": 1, - "image": "gns3/ubuntu:xenial", - "console_type": "telnet" - } -}