Skip to content

feat(container): support env var expansion in consuming commands - #2023

Open
gandie wants to merge 9 commits into
masterfrom
feat/support-env-expand
Open

feat(container): support env var expansion in consuming commands#2023
gandie wants to merge 9 commits into
masterfrom
feat/support-env-expand

Conversation

@gandie

@gandie gandie commented Jul 21, 2026

Copy link
Copy Markdown
Member

Resolve #1572

Tested in fish shell:

set -x POSTGRES_PASSWORD 'yoursecrethere'
mw container run -e POSTGRES_PASSWORD postgres:latest

Container spawns with password and starts without errors.

@martin-helmich martin-helmich changed the title Support env var expansion in consuming commands feat(container): support env var expansion in consuming commands Jul 24, 2026
Comment thread src/commands/container/run.tsx Outdated
@gandie
gandie requested a review from martin-helmich July 27, 2026 09:24
Comment thread src/lib/resources/container/common-flags.ts Outdated
Comment thread src/lib/resources/container/common-flags.ts Outdated
Comment thread src/lib/resources/container/common-flags.ts Outdated
Comment thread src/commands/container/run.tsx Outdated
Comment thread src/commands/container/run.tsx Outdated
@gandie
gandie force-pushed the feat/support-env-expand branch from 38985bf to 4088643 Compare August 6, 2026 09:23
@gandie
gandie requested a review from martin-helmich August 6, 2026 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

"docker run" compatibility for environment variables without values

2 participants