Adds -w WORKDIR option to fig run.#332
Adds -w WORKDIR option to fig run.#332scottynomad wants to merge 1 commit intodocker:masterfrom scottynomad:feature/run_workdir
Conversation
|
Nice job, but is there a compelling use case for passing (...other than that it's undocumented...) |
|
Ah, I missed the undocumented working_dir in fig.yml. That will be useful! I just found myself looking for the command line switch a few times recently when debugging my container setups. |
|
I'm generally in favour of supporting command line overrides for things in fig.yml, as long as the defaults don't require you to pass any specific command line flags. |
|
While the current parameters for For that reason, I think I'm -1 on merging this, since the logical extension would be to support absolutely every |
|
That's fair. I'm glad to know about the fig.yml option! |
|
@scooterXL I've documented it and everything 😏 |
Just wired up the ability to set the workdir when using fig run.