GithubHelp home page GithubHelp logo

Docker Daemon about cluster-lab HOT 2 OPEN

hypriot avatar hypriot commented on August 31, 2024
Docker Daemon

from cluster-lab.

Comments (2)

whatever4711 avatar whatever4711 commented on August 31, 2024 1

@Govinda-Fichtner Just discussed with @firecyberice that we will open a PR to docker.

For all others confronted with this error while starting clusterlab on non Hypriot-OS devices, execute the following script as superuser before running clusterlab:

#!/bin/sh
echo "Creating default daemon.json"
cat << EOF > /etc/docker/daemon.json
{
    "hosts": ["fd://"]
}
EOF

echo "Overwriting systemd docker daemon startup"
mkdir -p /etc/systemd/system/docker.service.d
cat << EOF > /etc/systemd/system/docker.service.d/clusterlab.conf
[Service]
ExecStart=
ExecStart=/usr/bin/docker daemon
EOF

echo "Reloading systemd and restarting docker"
systemctl daemon-reload
systemctl restart docker

from cluster-lab.

Govinda-Fichtner avatar Govinda-Fichtner commented on August 31, 2024

@whatever4711 This hypriot/image-builder-rpi@3c0ad0a commit ensures that it will work with the latest image out of the box.

For the standalone use (e.g. installation via package) we still need to determine what the best way is to handle this...

from cluster-lab.

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.