Last active
September 7, 2022 18:39
-
-
Save flrichar/769517df86f5177aea983dc59b8d7cef to your computer and use it in GitHub Desktop.
check env inside rancher pod
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| docker exec $(docker ps -f name="rancher_rancher" --format {{.ID}}) printenv CATTLE_SERVER_IMAGE | |
| ## could also use a combination of other env vars like CATTLE_SERVER_IMAGE, CATTLE_KDM_BRANCH |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment