Blame | Last modification | View Log | Download
name: Docker issuedescription: Experiencing an issue with your Docker Setup?labels: [ "docker" ]body:- type: markdownattributes:value: |Thank you for reporting an issue with your docker setup! This form will guide you to create a useful issue report.- type: textareaid: describeattributes:label: Describe the problemdescription: >Please provide a clear and concise description of what the issue is and the steps to reproduce the behaviour:1. Start the container '...'2. Click on '....'3. See error xyzvalidations:required: true- type: textareaid: environmentattributes:label: Describe your setup and add your Docker compose file (redact your credentials)description: >Your working environment:- OS: [e.g. Linux, Windows, Mac]- Docker version: [e.g. 19.03.2]- Docker compose version: [e.g. 1.21.0]Docker compose file:version: '3.5'services:image: ...validations:required: true- type: inputid: commandattributes:label: Command used to run the containerdescription: e.g. docker run -v ....