Skip to content

Commit

Permalink
Update docker.rst
Browse files Browse the repository at this point in the history
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
fwae-mihir authored Aug 28, 2024
1 parent 608c9b2 commit efdc5fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rst/installation/docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The steps to run |spy| in a Docker container are explained below.

.. code-block:: bash
docker load ubuntu-fastddsspy:<version>.tar
docker load -i ubuntu-fastddsspy:<version>.tar
where ``version`` is the downloaded version of |spy|.

Expand Down

0 comments on commit efdc5fc

Please sign in to comment.