Closed eborin closed 1 year ago
By default, build_container.sh selects podman instead of docker in case podman is installed on the system. It would be useful to have a flag that forces the script to use docker even if podman is present.
The same should be done for the start_jupyter_server.sh script.
@eborin now you can pass CONTAINER_CMD=docker as an env variable.
CONTAINER_CMD=docker
E.g.:
$ CONTAINER_CMD=docker ./build_container.sh
By default, build_container.sh selects podman instead of docker in case podman is installed on the system. It would be useful to have a flag that forces the script to use docker even if podman is present.