Git Product home page Git Product logo

Comments (7)

gcgarner avatar gcgarner commented on May 24, 2024

The project should run on most Debain based systems. All the images support multi architecture .

I did a quick online search for people having similar issues, there appears to be certain cases that you can't run docker inside a VM. Such as having docker on your local machine and then running a VM with docker. The other option is to check that your virtualisation settings are enabled in your BIOS.

If you have success please let me know about your solution and i will pin the issue

from iotstack.

dolphikcode avatar dolphikcode commented on May 24, 2024

No docker on host and without virtualisation in BIOS it would not be possible to run VM :)

I have found something like this working (running from ~/IOTstack):
export DOCKER_HOST=127.0.0.1:2375
sudo service docker start
sudo docker-compose up -d

from iotstack.

gcgarner avatar gcgarner commented on May 24, 2024

No docker on host and without virtualisation in BIOS it would not be possible to run VM :)

fair point

Just to confirm did that solve your issue. And if so does it persist over a reboot? I would like to Pin the solution for others if it does.

Also which distro where you using?

from iotstack.

dolphikcode avatar dolphikcode commented on May 24, 2024

I'm using xUbuntu to have VM lightweight, but normal Ubuntu should also work.

After restarting just need to be started by:
sudo service docker start
sudo docker-compose up -d

from iotstack.

gcgarner avatar gcgarner commented on May 24, 2024

Thanks to @dolphikcode for this solution:

if you get the following error:

ERROR: Couldn't connect to Docker daemon at http+docker://localhost - is it running?
Run:

No docker on host and without virtualisation in BIOS it would not be possible to run VM :)

run:

export DOCKER_HOST=127.0.0.1:2375
sudo service docker start
sudo docker-compose up -d

after rebooting you will still need to run

sudo service docker start
sudo docker-compose up -d

from iotstack.

Paulf007 avatar Paulf007 commented on May 24, 2024

I gave it a Quick go as this will make testing a lot easier I get the following error:

pi@IOT-Test:~/IOTstack$ sudo docker-compose up -d Pulling portainer (portainer/portainer:)... latest: Pulling from portainer/portainer ERROR: no matching manifest for unknown in the manifest list entries
Apologies : Using VM VirtualBox with Debian 10 (32 bit)

from iotstack.

gcgarner avatar gcgarner commented on May 24, 2024

I had a look at portainer's manifest info and it looks like it is only build for amd64 ARM and PPC

@Paulf007 a 32bit OS is the issue, there is no x86_64 portainer image for you to pull. I've added this issue to the README

from iotstack.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.