Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed option to install using tar #92

Merged
merged 1 commit into from
Oct 7, 2024
Merged

Conversation

fwae-mihir
Copy link
Contributor

Fixed option to install using tar. without -i docker returns error

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

docker --version
Docker version 24.0.7, build 24.0.7-0ubuntu2~22.04.1

@rsanchez15
Copy link
Contributor

Hi @fwae-mihir, thank you for your contribution.

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
```

Signed-off-by: Mihir Patel <[email protected]>
@rsanchez15 rsanchez15 merged commit 3e1f5f8 into eProsima:main Oct 7, 2024
18 of 19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants