I am no expert on these things, but essentially the Pi 2 and the Zero run an older processor, ARM6 types to be precise. The issue when you try to install docker using their excellent one liner, it barfs right at the end with a failure....
Displaying Sensor Data from an Azure IoT Dev Kit (MXChip) using SQL, Webjobs and ASP.Net Core
Using the small development board, a webjob, a database and website we can remotely monitor sensor data from our MXChip.
Good software needs a purpose, the rest is just extra.
I have a confession ... I am not an "ideas" person This post is a mix of me blathering on, bits of dotnet core C# code, bits of swift code and a final conclusion... if you just want to skip to the end for the tl-dr click here. A lot of people's views of software... Continue Reading →
Great kid, don’t get cocky….
What if I suggest something and it's totally wrong?
Posting to Amazon SQS with .NET Core
An example of using .NET Core to add messages to an AWS queue by explicitly declaring credentials in the code.
Using webstorm 2016.2.3 with Node JS
I recently ran into a little problem setting up a new Node.js project on a Linux (Ubuntu 16 with Cinnamon) VM. Trying to create a new application I was asked to pick a 'Node interpreter' ... no problem I thought, and ran a which command for nodes. $which nodejs /usr/bin/nodejs Awesome... that's us done right...... Continue Reading →