GithubHelp home page GithubHelp logo

Comments (5)

giuseppe avatar giuseppe commented on May 26, 2024 1

thanks.

Opened a PR: #1422

from crun.

giuseppe avatar giuseppe commented on May 26, 2024

how have you installed Docker 25 on Fedora 39? AFAICS, the version available is moby-engine-24.0.5-1.fc39.x86_64.

it works well on Fedora 39 with moby-engine-24 for me using your same reproducer:

$ touch a.sh
$ docker run --rm --runtime crun -v $(pwd)/a.sh:/a.sh:ro registry.docker.com/library/fedora:39 echo "hello"
hello

Where Moby is configured as following:

# cat /etc/docker/daemon.json 
{
  "runtimes": {
    "crun": {
      "path": "/usr/bin/crun"
    }
  }
}

from crun.

fallenwood avatar fallenwood commented on May 26, 2024

how have you installed Docker 25 on Fedora 39? AFAICS, the version available is moby-engine-24.0.5-1.fc39.x86_64.

I installed with doc from docker side at https://docs.docker.com/engine/install/fedora, and installed crun with dnf

here is my daemon.json

{
  "default-runtime": "crun",
  "runtimes": {
    "crun": {
      "path": "/usr/bin/crun"
    }
  }
}

from crun.

giuseppe avatar giuseppe commented on May 26, 2024

can you please please try with the version packaged for Fedora?

from crun.

fallenwood avatar fallenwood commented on May 26, 2024

can you please please try with the version packaged for Fedora?

The packaged version from dnf works

[fedora@localhost ~]$ sudo docker run --rm --runtime crun -v $(pwd)/a.sh:/a.sh:ro registry.docker.com/library/fedora:39 echo "hello"
hello
[fedora@localhost ~]$ docker --version
Docker version 24.0.5, build %{shortcommit_cli}

from crun.

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.