Onprem
The Onprem target is for users that wish to handle their own infrastructure. It is also the default target. While 'ops run' and 'ops pkg load' target the local machine as well the onprem target runs workloads in the background.
ops image delete <imagename>
can be used to delete an image from IBM Cloud.$ ops delete image nanos-main-image -t onprem
The onprem target is currentlty the only target that allows you to 'tail' serial logs:
$ ops instance logs --watch my-running-instance
Last modified 1mo ago