Skip to Content
Industrial Internet Application Development
book

Industrial Internet Application Development

by Alena Traukina, Jayant Thomas, Prashant Tyagi, Veera Kishore Reddipalli
September 2018
Intermediate to advanced
412 pages
11h 12m
English
Packt Publishing
Content preview from Industrial Internet Application Development

Running a sensor application on an RPi

To run a sensor application on an RPi, proceed as the following steps stipulate:

  1. Insert an SD card into the RPi.
  2. Connect an Ethernet cable and open an SSH connection.
  3. Navigate to /home/pi/sensor.
  4. Build an image and run a Docker container:
# Build an image from a Dockerfile docker build -t http-sensor . # # Run container in foreground docker run --privileged -it --rm --name http-sensor-container http-sensor # # Run container in background # docker run --privileged -d  --rm --name http-sensor-container http-sensor # # Fetch the logs of a container # docker logs -f http-sensor-container # # Stop running container # docker stop http-sensor-container
Console output when a sensor app is running
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Hands-On Industrial Internet of Things

Hands-On Industrial Internet of Things

Giacomo Veneri, Antonio Capasso
What Employees Want Most in Uncertain Times

What Employees Want Most in Uncertain Times

Kristine W. Powers, Jessica B.B. Diaz

Publisher Resources

ISBN: 9781788298599Supplemental Content