docs
docs copied to clipboard
PR #98899 - feat: allow starting docker container via env variable
Exalate commented:
Related PR: https://github.com/cockroachdb/cockroach/pull/98899 Commit: https://github.com/cockroachdb/cockroach/commit/1424d308a9b033b3a49e7db9221b2b1feaaf493d Fixes: CRDB-19119
Release note (general change): Allow setting docker command args via the COCKROACH_ARGS environment variable.
Jira Issue: DOC-7350
Nick Vigilante (nickvigilante) commented: Related functionality to document: https://cockroachlabs.atlassian.net/browse/CRDB-29901
linville (mdlinville) commented: Need to verify whether the environment variable also works outside of Docker.