39 lines
717 B
Markdown
39 lines
717 B
Markdown
---
|
|
name: Bug report
|
|
about: Create a bug report to help improve containerd
|
|
title: ''
|
|
labels: kind/bug
|
|
assignees: ''
|
|
---
|
|
|
|
<!--
|
|
If you are reporting a new issue, make sure that we do not have any duplicates
|
|
already open. You can ensure this by searching the issue list for this
|
|
repository. If there is a duplicate, please close your issue and add a comment
|
|
to the existing issue instead.
|
|
-->
|
|
|
|
**Description**
|
|
|
|
<!--
|
|
Briefly describe the problem you are having in a few paragraphs.
|
|
-->
|
|
|
|
**Steps to reproduce the issue:**
|
|
1.
|
|
2.
|
|
3.
|
|
|
|
**Describe the results you received:**
|
|
|
|
|
|
**Describe the results you expected:**
|
|
|
|
|
|
**Output of `containerd --version`:**
|
|
|
|
```
|
|
(paste your output here)
|
|
```
|
|
|
|
**Any other relevant information:** |