vteratipally

Results 4 issues of vteratipally

**- What I did** Add PID file to the docker.service. **- How I did it** ``` # systemctl daemon-reload # systemctl stop docker # echo "1" > /var/run/docker.pid # systemctl...

status/2-code-review
area/systemd
status/more-info-needed
area/packaging

Signed-off-by: varsha teratipally ## Proposed Commit Message Add support for Container-Optimized OS ## Additional Context ## Test Steps Installed cloud-init on an instance, tested manually. ## Checklist: - [X] My...

### Description The AppArmor policy to deny network is not working in v23.0.0 for Ubuntu docker image. It was working in v20.10.* versions. ### Reproduce 1. Use docker version 23.0.0...

area/security/apparmor
status/0-triage
kind/bug

Correct the condition based on the previous commit as the current one allows any network on cloud to ping without adhering to any security protocols Fixes: https://github.com/moby/moby/issues/44984 **- What I...

area/security/apparmor
status/2-code-review