Skip to content

Commit

Permalink
Added containerd and Docker root directory path
Browse files Browse the repository at this point in the history
  • Loading branch information
roshanmaskey committed Dec 21, 2024
1 parent cfb62cb commit 185a3bc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
9 changes: 8 additions & 1 deletion artifacts/data/containerd.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# containerd artifacts

---
name: ContainerdRootDirectory
doc: containerd default root directory.
sources:
- type: PATH
attributes:
paths: ['/var/lib/containerd/*']
supported_os: [Linux]
---
name: ContainerdConfig
doc: containerd configuration files
Expand Down
7 changes: 7 additions & 0 deletions artifacts/data/docker.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Docker artifacts

---
name: DockerRootDirectory
doc: Docker default root directory.
sources:
- type: PATH
attributes:
paths: ['/var/lib/docker/*']
---
name: DockerContainerConfig
doc: Docker container configuration files
Expand Down

0 comments on commit 185a3bc

Please sign in to comment.