Created
January 28, 2019 10:35
-
-
Save Saluki/83ef6f1938741b763278c7306f436d4a to your computer and use it in GitHub Desktop.
MEDIUM - Container OSQuery - Environment variables
This file contains 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
-- Search for a specific environment variable in all containers | |
SELECT name, env_variables | |
FROM docker_containers | |
WHERE env_variables LIKE "%NGINX_VERSION%"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment