@JGStew

Some of my thoughts.


Automating Docker With Bigfix

Note: this is an overview for a presentation I gave at a BigFix User Group.

Docker Logo

Docker

Setup Docker Host

There are tons of options for Docker Hosts, but in this case, a Linux OS that supports BigFix specifically is best if BigFix is going to manage it, though privileged containers may provide another option for BigFix Management of a Docker Host.

Baseline: Docker Setup

Use Docker Host

This particular use case refers to OS containers only, and specifically those which can run the BigFix client. Any container could work, but if it can’t run BigFix, then it would require a proxy agent to appear in the console.

Analize Docker Host & Containers

Most info for Docker Containers is stored as JSON on the Docker Host, which BigFix can read.