mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-09-16 06:50:41 +03:00
The Docker appliance Pydantic model (DockerConsoleType) rejected console_type='docker_exec', so an appliance file using the vendor NOS docker_exec console could not be loaded (validation error at import). Add docker_exec to the enum — it is already a valid ConsoleType (schemas/common.py) and is handled by VendorDockerVM.