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
I receive the following message when trying to run either of them without any arguments:
$ docker run --rm -t -i quay.io/authzed/zed # :latest, :v0.7.0 and :v0.6.0 all return the same resultexec /usr/local/bin/zed: no such file or directory
$ docker run --rm -t -i quay.io/authzed/zed:0.5.0A client for managing Authzed from your command line.Usage: zed [command]Available Commands:[...]
The text was updated successfully, but these errors were encountered:
@josephschorr Running into similar issues with latest/v0.6.0/v0.7.0
$ docker run --rm -t -i quay.io/authzed/zed:v0.6.0
standard_init_linux.go:228: exec user process caused: no such file or directory
$ docker run --rm -t -i quay.io/authzed/zed:v0.7.0
standard_init_linux.go:228: exec user process caused: no such file or directory
$ docker run --rm -t -i quay.io/authzed/zed:latest
standard_init_linux.go:228: exec user process caused: no such file or directory
$ docker run --rm -t -i quay.io/authzed/zed:0.5.0
A client for managing Authzed from your command line.
Usage:
zed [command]
Available Commands:
[...]
I receive the following message when trying to run either of them without any arguments:
The text was updated successfully, but these errors were encountered: