File: docker.yaml

package info (click to toggle)
forensic-artifacts 20201106-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 832 kB
  • sloc: python: 1,943; sh: 181; makefile: 7
file content (21 lines) | stat: -rw-r--r-- 583 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Docker artifacts

---
name: DockerContainerConfig
doc: Docker container configuration files
sources:
- type: FILE
  attributes:
    paths:
    - '/var/lib/docker/containers/*/config.v2.json'
    - '/var/lib/docker/containers/*/config.json'
labels: [Docker, Configuration Files]
supported_os: [Linux]
---
name: GKEDockerContainerLogs
doc: Location where stdout and stderr from containers is logged in a Google Kubernetes Engine (GKE) environment.
sources:
- type: FILE
  attributes: {paths: ['/var/lib/docker/containers/*/*-json.log*']}
labels: [Docker, Logs]
supported_os: [Linux]