mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-08-30 14:00:12 +03:00
The _get_container_state() call in create() has no practical effect: Docker's POST /containers/create only creates the container without starting it, so a newly created container can never be in 'running' or 'paused' state.