Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can you provide a detailed introduction on how to use Overlaybd independently #241

Open
1 task
MingWangSong opened this issue Jul 20, 2023 · 2 comments
Open
1 task
Labels
enhancement New feature or request

Comments

@MingWangSong
Copy link

What is the version of your Overlaybd

No response

What would you like to be added?

Detailed introduction to how to use Overlaybd independently

Why is this needed for Overlaybd?

Vegetable chicken for help

Are you willing to submit PRs to contribute to this feature?

  • Yes, I am willing to implement it.
@MingWangSong MingWangSong added the enhancement New feature or request label Jul 20, 2023
@BigVan
Copy link
Member

BigVan commented Jul 20, 2023

https://github.com/containerd/overlaybd#standalone-usage

We have a description about using overlaybd standalone.
I think use this config.json will create an empty read-only ext4 device:

{
      "repoBlobUrl": "",
      "lowers" : [
          {
              "file" : "/opt/overlaybd/layer0"
          }
      ],
      "resultFile": "/home/overlaybd/1/result"
}

@MingWangSong
Copy link
Author

https://github.com/containerd/overlaybd#standalone-usage

We have a description about using overlaybd standalone. I think use this config.json will create an empty read-only ext4 device:

{
      "repoBlobUrl": "",
      "lowers" : [
          {
              "file" : "/opt/overlaybd/layer0"
          }
      ],
      "resultFile": "/home/overlaybd/1/result"
}

Thank you for your answer. I have seen these configurations before, but I am curious about how to use this service after configuring and starting it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants