Subversion Repositories web.kimai2

Rev

Blame | Last modification | View Log | Download

name: Docker issue
description: Experiencing an issue with your Docker Setup?
labels: [ "docker" ]
body:
    -   type: markdown
        attributes:
            value: |
                Thank you for reporting an issue with your docker setup! This form will guide you to create a useful issue report.
    -   type: textarea
        id: describe
        attributes:
            label: Describe the problem
            description: >
                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 xyz
        validations:
            required: true
    -   type: textarea
        id: environment
        attributes:
            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: input
        id: command
        attributes:
            label: Command used to run the container
            description: e.g. docker run -v ....