You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.
I am trying to create a centos zone, I have pulled the image from joyent with the following;
$ pfexec zcage pull --image 3dbbdcca-2eab-11e8-b925-23bf77789921 --provider=joyent
Downloading image 3dbbdcca-2eab-11e8-b925-23bf77789921
100% | 262120284 bytes out of 262120284 bytes.2120284 bytes..
VM image downloaded succesfully
But when I try to create a zone I get an error message
$ zcage create --alias=test --net "test0|$ip/24|$r" --ram=512mb --with-image=3dbbdcca-2eab-11e8-b925-23bf77789921 --type=lx
There is no image , first execute: pfexec zcage pull --image <uuid> or zcage fetch <url>.
I have tried with and without pfexec.
when I list local images, there is nothing either.
$ zcage images --list local
Locally available images from other sources
------------------------------------
file
The text was updated successfully, but these errors were encountered:
I am trying to create a centos zone, I have pulled the image from joyent with the following;
$ pfexec zcage pull --image 3dbbdcca-2eab-11e8-b925-23bf77789921 --provider=joyent Downloading image 3dbbdcca-2eab-11e8-b925-23bf77789921 100% | 262120284 bytes out of 262120284 bytes.2120284 bytes.. VM image downloaded succesfully
But when I try to create a zone I get an error message
I have tried with and without
pfexec
.when I list local images, there is nothing either.
$ zcage images --list local Locally available images from other sources ------------------------------------ file
The text was updated successfully, but these errors were encountered: