Simple python script for listing COM ports
# build
pyinstaller --noconfirm --onefile --name "KostyarPorts" ./comdisp.py
# install
cp ./dist/KostyarPorts ~/.local/bindocker build -f ./dockerfile . -t comdisp
docker run --name abnormal_maximum comdisp:latest
docker cp abnormal_maximum:/dist/KostyarPorts.exe ./
docker rm abnormal_maximum