Developed by Mark Duffett for CompV Software
Building and running the raspbian docker container:
- Docker build
docker build -t pidaq:v1 .
- Docker Run (open to bash prompt)
docker run -it -v path-to-PIDAQ-dir:/home/data pidaq:v1 /bin/bash
- Docker Run (launch script)
docker run -it -v path-to-PIDAQ-dir:/home/data --entrypoint helloTest.sh pidaq:v1
Where path-to-PIDAQ-dir = `/c/Hyperloop/testing-software/Pidaq on my machine
docker --version// Check docker version/ ensure docker is installeddocker image ls// list docker images
sudo systemctl enable sshsudo systemctl start sshifconfig// to get IP address of raspi
Default: user=pi, password=raspberry