Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed option to install using tar. without `-i` docker returns error ```bash docker load --help Usage: docker load [OPTIONS] Load an image from a tar archive or STDIN Aliases: docker image load, docker load Options: -i, --input string Read from tar archive file, instead of STDIN -q, --quiet Suppress the load output ``` docker version 24 ```bash docker --version Docker version 24.0.7, build 24.0.7-0ubuntu2~22.04.1 ```
- Loading branch information