You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we don't use Docker in all instances (I almost entirely use podman), but to provide custom options have to define DOCKER_OPTS. Slightly more general, and namespaced, would be CROSS_CONTAINER_OPTS. For backwards compatibility, we could support both for a while, preferring the latter, then the former, and then a few releases later warn the user if they're still using DOCKER_OPTS.
Describe why this would be a good inclusion for cross
No response
The text was updated successfully, but these errors were encountered:
Rename `DOCKER_OPTS` to `CROSS_CONTAINER_OPTS`, and currently prefer
`CROSS_CONTAINER_OPTS` to `DOCKER_OPTS`, although both are still valid.
Closescross-rs#770.
Rename `DOCKER_OPTS` to `CROSS_CONTAINER_OPTS`, and currently prefer
`CROSS_CONTAINER_OPTS` to `DOCKER_OPTS`, although both are still valid.
Closescross-rs#770.
Rename `DOCKER_OPTS` to `CROSS_CONTAINER_OPTS`, and currently prefer
`CROSS_CONTAINER_OPTS` to `DOCKER_OPTS`, although both are still valid.
Closescross-rs#770.
772: Add `CROSS_CONTAINER_OPTS` environment variable. r=Emilgardis a=Alexhuszagh
Rename `DOCKER_OPTS` to `CROSS_CONTAINER_OPTS`, and currently prefer `CROSS_CONTAINER_OPTS` to `DOCKER_OPTS`, although both are still valid.
Closes#770.
Co-authored-by: Alex Huszagh <ahuszagh@gmail.com>
Checklist
Describe your request
Currently, we don't use Docker in all instances (I almost entirely use podman), but to provide custom options have to define
DOCKER_OPTS
. Slightly more general, and namespaced, would beCROSS_CONTAINER_OPTS
. For backwards compatibility, we could support both for a while, preferring the latter, then the former, and then a few releases later warn the user if they're still usingDOCKER_OPTS
.Describe why this would be a good inclusion for
cross
No response
The text was updated successfully, but these errors were encountered: