hyperd
hyperd copied to clipboard
hyperd cannot automatically load docker images
For convenience, can hyperd automatically load images that docker has loaded? Just like after I do
$ docker load -i <my-custom-image-file>
the command
$ hyperctl run -t <my-custom-image> bash
will automatically load my custom image from docker, and run normally.