Giter VIP home page Giter VIP logo

Comments (4)

olbat avatar olbat commented on June 7, 2024

Could you provide me with the Docker command you used to run the container?

It look more like an error related to the way you're running the container to me than something related to this specific Docker image.

If you're running a custom script, you might be interested by this post.

from dockerfiles.

ferbulous avatar ferbulous commented on June 7, 2024

I used the docker command as in front page

docker run -d -p 631:631 -v /var/run/dbus:/var/run/dbus --name cupsd olbat/cupsd

from dockerfiles.

olbat avatar olbat commented on June 7, 2024

I just tested and it work fine on a Linux x86-64 system.

The problem looks related to your Docker runtime environment: the image has been built for x86-64 systems and your system is most probably running on ARM arch (it seems to be a common issue, cf. this and that for example).

I suggest you to rebuild the image from your ARM system changing the base image in the FROM statement of the Dockerfile to a Debian image for ARM systems (e.g. look for arm Debian base image).

from dockerfiles.

olbat avatar olbat commented on June 7, 2024

The source of the problem was identified, I'm going to close the issue.

(I might add images for non x86-64 systems someday but have no plan to do so in the near future)

from dockerfiles.

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.