Python code to lookup mac address info
Install python - https://www.python.org/downloads/mac-osx/
Install project dependency - pip install -r requirements.txt
Usage: python look_up.py --macaddr 44:38:39:ff:ef:57
python look_up.py --help
docker build -t <you username>/<appname>
To list images
docker images
docker run -i -t <your username>/<appname>