Code Monkey home page Code Monkey logo

Comments (2)

tortoo avatar tortoo commented on May 24, 2024

After adding the --privileged option in docker run command the installation goes smoothly. But this doesn't seem safe. Some people solved this here with docker version update. I checked my version and it's 19.03.15. You can see by executing apt-cache madison docker-ce that it should be the latest stable version. My system is Debian 9. So is there any better solution?

from huginn.

tortoo avatar tortoo commented on May 24, 2024

After updating Debian 9 to 10 the docker stable version was changed to 24.0.6. Docker prompt the following at the end:

To run Docker as a non-privileged user, consider setting up the Docker daemon in rootless mode for your user:
    dockerd-rootless-setuptool.sh install

Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
To run the Docker daemon as a fully privileged service, but granting non-root users access, refer to https://docs.docker.com/go/daemon-access/

WARNING: Access to the remote API on a privileged Docker daemon is equivalent to root access on the host. Refer to the 'Docker daemon attack surface' documentation for details: https://docs.docker.com/go/attack-surface/

The huginn installIton went well with no --privileged option.
Slightly different is after executing docker ps the PORTS shows 0.0.0.0:3000->3000/tcp, :::3000->3000/tcp rather than only 0.0.0.0:3000->3000/tcp on another Debian 9 server which was deployed two years ago.

from huginn.

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.