hyperd icon indicating copy to clipboard operation
hyperd copied to clipboard

hyperd cannot automatically load docker images

Open xuchenhao001 opened this issue 7 years ago • 0 comments

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.

xuchenhao001 avatar Feb 22 '18 02:02 xuchenhao001