Just wanted to point out I'm working on something related:
The install_bigfix.sh script should be able to install the BigFix client on any *nix supported x64/x86 platform, including MacOS. Ideally it would eventually include all supported platforms. (Including Windows)
The docker_bigfix_client.sh script takes docker standard images and installs the BigFix agent within them, just using a command. I hope to expand this script to include all platforms supported by the install_bigfix.sh script that are available as docker images.
Just wanted to point out I'm working on something related:
The
install_bigfix.shscript should be able to install the BigFix client on any *nix supported x64/x86 platform, including MacOS. Ideally it would eventually include all supported platforms. (Including Windows)The
docker_bigfix_client.shscript takes docker standard images and installs the BigFix agent within them, just using a command. I hope to expand this script to include all platforms supported by theinstall_bigfix.shscript that are available as docker images.