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
feat: add the capability to override the docker cli and arguments
In environments that don't provide the `docker` command, or in which it is on a different path, the variable `SLS_DOCKER_CLI` can be used to override the default, and the `SLS_DOCKER_ARGS` can be used to set additional parameters for the `run` subcommand as needed.
For example, in environments which provide `podman` instead:
```
$ SLS_DOCKER_CLI=podman serverless invoke ...
```
0 commit comments