How Do I Force Docker Over Podman When Creating A New Container #1127
-
There doesn't seem to be a flag for distrobox-create that lets anyone do this... |
Beta Was this translation helpful? Give feedback.
Answered by
89luca89
Feb 21, 2024
Replies: 2 comments 2 replies
-
I do an inline environment variable, as I have both podman and docker on the same host, here's an example:
or
I got those from the notes: # Expected env variables:
# HOME
# USER
# Optional env variables:
# DBX_CONTAINER_ALWAYS_PULL
# DBX_CONTAINER_CUSTOM_HOME
# DBX_CONTAINER_HOME_PREFIX
# DBX_CONTAINER_IMAGE
# DBX_CONTAINER_MANAGER
# DBX_CONTAINER_NAME
# DBX_CONTAINER_GENERATE_ENTRY
# DBX_NON_INTERACTIVE
# DBX_SUDO_PROGRAM |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
89luca89
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
DBX_CONTAINER_MANAGER
env variableor setting
container_manager=<insert-here>
in one of the distrobox config file locations, as explained in the readme