AKG
AKG

Reputation: 357

Run nano server container on a Raspberry PI 3

I have a PI3 and I wan't to run nano server docker containers on it. Is this possible?

Can i install docker on IoT core? Or are there any other solutions for this?

Upvotes: 1

Views: 4257

Answers (3)

G DeMasters
G DeMasters

Reputation: 61

According to Microsoft (back in May, 2018), you can or will be able to run Nano Server containers on IoT Core: https://learn.microsoft.com/en-us/windows-server/get-started/nano-in-semi-annual-channel

also see this question: Can Docker containers run in Windows IoT Core

Upvotes: 0

kalculator
kalculator

Reputation: 1

for Raspberry Pi 2 and 3 can install official release of Windows 10 IoT Core and Windows 10 IoT Core Insider Preview.

Nano Sever installation, is from virtualization environment from Hyper V .

Upvotes: 0

dormi330
dormi330

Reputation: 1353

you can run docker on pi3. i confirmed this using offical debian as operation system, i'm not sure IoT core.

attentions: images must support arm can run on pi3 docker

https://www.raspberrypi.org/blog/docker-comes-to-raspberry-pi/

here is some pi3 supported images https://hub.docker.com/u/hypriot/?page=2

Upvotes: 1

Related Questions