Balena image confusion

Hi everyone,
I am new to Balena and was a little confused.

Is it possible to run the docker images, example of Intel NUC in my PC on linux which has docker installed? I pulled the docker image, but when I docker run them nothing starts.

Can these images run only in BalenaOS?
Any help would be appreciated.

Edit:
Its working now. Both intel nuc ubuntu and IOT2000 ubuntu are working.

You should be able to run the intel-nuc base image without issues on docker on a PC:

$ docker run --rm -it balenalib/intel-nuc-node /bin/bash
root@1cb83d00cf74:/
1 Like