-
Notifications
You must be signed in to change notification settings - Fork 2k
"docker network create" mynet fails with information " unknown flag: --runtime" #867
Comments
Hello! I can't reproduce your error.
|
Closing as there were no followups. |
Howdy! Same issue here. no matter what arguments were passed, even for invalid arguments. Kernel Info: Docker version: Server: Docker Engine - Community Nvidia container library version |
nvidia-docker1 works well with the docker network create mynet,
but nvidia-docker2 fails, the error message is
"unknown flag: --runtime"
all the other functions work quite well, only except this operation. I can not create my own network any more.
$docker network create mynet
unknown flag: --runtime
See 'docker network create --help'.
$docker network ls
NETWORK ID NAME DRIVER SCOPE
9c5d2006ac09 bridge bridge local
1370322bd0ef host host local
ed4ad93fb46c none null local
$docker network create --help
unknown flag: --runtime
See 'docker network create --help'.
The text was updated successfully, but these errors were encountered: