Git Product home page Git Product logo

Comments (7)

IAmOWh avatar IAmOWh commented on August 16, 2024 1

I can run nydus Images with nerdctl instead of docker.

$ sudo nydusify convert --source ubuntu --target localhost:5000/ubuntu-nydus
$ sudo nerdctl --snapshotter nydus pull localhost:5000/ubuntu-nydus:latest
$ sudo nerdctl --snapshotter nydus run --rm -it localhost:5000/ubuntu-nydus:latest bash

Check storage driver and plugins.

$ docker info
...
Server:
...
 Storage Driver: nydus
  driver-type: io.containerd.snapshotter.v1
...
 Plugins:
  Volume: local
  Network: bridge host ipvlan macvlan null overlay
  Log: awslogs fluentd gcplogs gelf journald json-file local splunk syslog

$ sudo nerdctl info
...
Server:
 Server Version: v1.7.16
 Storage Driver: overlayfs
...
 Plugins:
  Log: fluentd journald json-file syslog
  Storage: aufs native overlayfs nydus
...

from nydus.

adamqqqplay avatar adamqqqplay commented on August 16, 2024 1

@adamqqqplay PTAL, maybe it doesn't work for the latest docker?

I will try to reproduce this issue.

from nydus.

imeoer avatar imeoer commented on August 16, 2024

Hi, are you using the docker version specified in the doc?

from nydus.

IAmOWh avatar IAmOWh commented on August 16, 2024

I am using docker v26.1.0.Is it too new?

$ docker version
Client: Docker Engine - Community
 Version:           26.1.0
 API version:       1.45
 Go version:        go1.21.9
 Git commit:        9714adc
 Built:             Mon Apr 22 17:07:12 2024
 OS/Arch:           linux/amd64
 Context:           default

Server:
 Engine:
  Version:          dev
  API version:      1.45 (minimum version 1.24)
  Go version:       go1.21.9
  Git commit:       48d769bf2f3bdf18af355d7f319b81009da39736
  Built:            Mon Apr 29 03:35:43 2024
  OS/Arch:          linux/amd64
  Experimental:     false
 containerd:
  Version:          v1.7.16
  GitCommit:        83031836b2cf55637d7abf847b17134c51b38e53
 runc:
  Version:          1.1.12
  GitCommit:        v1.1.12-0-g51d5e946
 docker-init:
  Version:          0.19.0
  GitCommit:        de40ad0

from nydus.

imeoer avatar imeoer commented on August 16, 2024

@adamqqqplay PTAL, maybe it doesn't work for the latest docker?

from nydus.

adamqqqplay avatar adamqqqplay commented on August 16, 2024

@IAmOWh Hi, have you modified this /etc/docker/daemon.json configuration?

{
  "features": {
    "containerd-snapshotter": true
  },
  "storage-driver": "nydus"
}

from nydus.

IAmOWh avatar IAmOWh commented on August 16, 2024

@IAmOWh Hi, have you modified this /etc/docker/daemon.json configuration?

{
  "features": {
    "containerd-snapshotter": true
  },
  "storage-driver": "nydus"
}

Hi. Yes, my /etc/docker/daemon.json is the same as this one.

from nydus.

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.