File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
Dockerless provider is useful for situations where you don't have Docker or Podman
4
4
installed, you're on Linux, and you still want to use Devcontainers.
5
5
6
- Dockerless provider will use (RootlessKit) [ https://github.com/rootless-containers/rootlesskit ] for
6
+ Dockerless provider will use [ RootlessKit ] ( https://github.com/rootless-containers/rootlesskit ) for
7
7
rootless containers (and ` unshare ` in case you're already root) to create namespaces.
8
- It will use (Crane) [ https://github.com/google/go-containerregistry/#crane ] to pull and manage images.
8
+ It will use [ Crane ] ( https://github.com/google/go-containerregistry/#crane ) to pull and manage images.
9
9
10
10
All dependencies are self-contained in the provider binary.
11
11
You can’t perform that action at this time.
0 commit comments