Actions
action #90989
opencontainers: Configurable workdir location in docker-compose
Status:
Workable
Priority:
Normal
Assignee:
-
Category:
Feature requests
Target version:
Start date:
2021-04-12
Due date:
% Done:
0%
Estimated time:
Description
Motivation¶
Currently, the workdir is created in the containers/webui
directory with two problems:
- This clutters the git directory. (The path is already in
.gitignore
, though.) - The directory is owned by root causing the tidy script to fail on permission errors.
Acceptance criteria¶
- AC1: Use a different default directory or at least prevent the interference with the tidy script.
- AC2: Allow to configure the workdir path, e.g. via an environment variable.
- AC3: Document where files are stored by default and AC2.
Updated by okurz over 3 years ago
thank you for recording the idea in a ticket. But please find proper acceptance criteria. What you stated are good suggestions
Updated by ilausuch over 3 years ago
- Related to action #89755: container: Fix missing shared directories and its permissions added
Updated by livdywan over 3 years ago
- Subject changed from containers: Fix workdir location in docker-compose to containers: Configurable workdir location in docker-compose
- Description updated (diff)
- Status changed from New to Workable
I was asking @ilausuch in chat, but repeating my point here for the record. AC2: Allow to configure the workdir path
sounds like a feature request to me. And I'm not clear that the workdir as it is used now breaks anything. Hence I think the title of the ticket should reflect this better.
Actions