Skip to content

Instantly share code, notes, and snippets.

@Saluki
Created January 28, 2019 10:35
Show Gist options
  • Save Saluki/83ef6f1938741b763278c7306f436d4a to your computer and use it in GitHub Desktop.
Save Saluki/83ef6f1938741b763278c7306f436d4a to your computer and use it in GitHub Desktop.
MEDIUM - Container OSQuery - Environment variables
-- 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