Skip to content

Instantly share code, notes, and snippets.

@yuriysergeev
Last active June 17, 2024 10:08
Show Gist options
  • Save yuriysergeev/b2f633713af20feb8a8b942e1af6ef66 to your computer and use it in GitHub Desktop.
Save yuriysergeev/b2f633713af20feb8a8b942e1af6ef66 to your computer and use it in GitHub Desktop.
box-persistance-up-and-run

mkdir -p "$HOME/kublr-test-data/opt/mongodb/db" "$HOME/kublr-test-data/opt/bitnami/keycloak/data" docker run -d --name kublr-test -p '9080:9080'
-v "$HOME/kublr-test-data/opt/mongodb/db:/opt/mongodb/db"
-v "$HOME/kublr-test-data/opt/bitnami/keycloak/data:/opt/bitnami/keycloak/data"
-e KUBLR_AGENT_REPOSITORY=https://nexus.kublr-dev.com/repository/gobinaries
-e KUBLR_AGENT_REPOSITORY_USER="$KUBLR_AGENT_REPOSITORY_USER"
-e KUBLR_AGENT_REPOSITORY_PASSWORD="$KUBLR_AGENT_REPOSITORY_PASSWORD"
bazel/kublr-box:image-amd64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment