Files
steampipe/scripts/linux_container_info.sh
2024-05-23 09:35:29 +01:00

7 lines
228 B
Bash
Executable File

#!/bin/sh
# This is a a script to get the information about the linux container.
# Used in release smoke tests.
uname -a # uname information
cat /etc/os-release # OS version information
ldd --version # glibc version information