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
Hello,
I'd like to install Keycloak as Incus OCI image.
Download worked fine, but I cannot get the container to start because a parameter needs to be passed (see: https://www.keycloak.org/getting-started/getting-started-docker)
However, I've tried passing it via raw.lxc: lxc.execute.cmd="start-dev"
Also tried using raw.lxc: lxc.execute.cmd="kc.sh start-dev"
Container still complains about not having the right or any argument for kc.sh and exits.
Is there any workaround for this?
Distribution of Host: Debian 12
Version: stable (as of 2025-01-05)
# incus start --console keycloak
Keycloak - Open Source Identity and Access Management
Find more information at: https://www.keycloak.org/docs/latest
Usage:
kc.sh [OPTIONS] [COMMAND]
Use this command-line tool to manage your Keycloak cluster.
[...]
But yeah, I agree that having a proper way of handling the entry point command would be good as we don't really want folks messing with raw.lxc in general.
Hello,
I'd like to install Keycloak as Incus OCI image.
Download worked fine, but I cannot get the container to start because a parameter needs to be passed (see: https://www.keycloak.org/getting-started/getting-started-docker)
However, I've tried passing it via
raw.lxc: lxc.execute.cmd="start-dev"
Also tried using
raw.lxc: lxc.execute.cmd="kc.sh start-dev"
Container still complains about not having the right or any argument for kc.sh and exits.
Is there any workaround for this?
Distribution of Host: Debian 12
Version: stable (as of 2025-01-05)
Kernel: 6.1.0-28-amd64 (Debian default)
Storage backend: lvm
Thank you!
The text was updated successfully, but these errors were encountered: