Docker container, http based Jetson_Thor_Series_Modules_Pinmux application

Docker container, http based Jetson_Thor_Series_Modules_Pinmux application. Runs on Thor and or x86_64/amd64 Host.

Intended for those of us without Windows or Excel.

# Start the container. Choosing amd64 or arm64 / latest as docker image suffix.

docker run --rm --runtime=nvidia --name pinmux \
  --ipc=host --cap-add=CAP_SYS_PTRACE --ulimit memlock=-1 --ulimit stack=67108864 \
  -p 8080:80 \
  -v "$HOME/.cache/pinmux-pgdata:/var/lib/postgresql" \
  whitesscott/pinmux:arm64 


# Open the application.

http://localhost:8080/


# For source

https://github.com/whitesscott/thor-docker-http-pinmux

Thanks for your sharing to the community!