Skip to content

docker run working directory option #144

@theronic

Description

@theronic

Please add an option in fig.yml to mount the working directory like with docker run -w /path/to/workdir <image> <command>, which is also specified in a Dockerfile with:

WORKDIR /path/to/workdir

Something like this in fig.yml:

web:
  - image: my-image
  - command: my-command
  - workdir: /path/on/container

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions