How to use CLI commands in Docker image? #2208
Unanswered
s0lid5n4ke
asked this question in
Q&A
Replies: 1 comment
-
|
CLI itself is not contained in the Docker image. The Docker image contain's Ente's server. Somewhat confusingly, there is also support for running the CLI itself in a (separate) Docker image, but that is unrelated to the server's Docker image. I think the simplest option might be to just download the binary releases of the CLI and run them directly on your machine - https://github.com/ente-io/ente/tree/main/cli#install (You can run the CLI anywhere, not necessarily on the host that is running the server) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, a friend of mine has installed Ente as a Docker image.
He is trying to Update the subscription for a user as described in here > https://github.com/ente-io/ente/blob/main/cli/docs/generated/ente_admin_update-subscription.md
How can this command be executed in the docker image installation?
Beta Was this translation helpful? Give feedback.
All reactions