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
If you try to run an image w/o arguments, scuba needs to inspect the image to determine its original COMMAND. The problem is, if the image doesn't exist yet, it can't yet be inspected.
$ scuba
Error: No such image or container: centos:6
scuba: Failed to inspect image
This was broken in v1.7.0 (by 2a58a8c) when we changed the entrypoint to scubainit.
The text was updated successfully, but these errors were encountered:
If you try to run an image w/o arguments, scuba needs to inspect the image to determine its original COMMAND. The problem is, if the image doesn't exist yet, it can't yet be inspected.
This was broken in v1.7.0 (by 2a58a8c) when we changed the entrypoint to
scubainit
.The text was updated successfully, but these errors were encountered: