Skip to content

Add .ssh folder to devcontainer for pushing from docker #75

@an-dr

Description

@an-dr

Possible solution. Has to be verified

    "mounts": [
        // Mount home .ssh folder
        {
            "source": "${localEnv:HOME}/.ssh",
            "target": "/home/developer/.ssh",
            "type": "bind"
        },

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions