(install-container)= # Container Installation This installation variant enables using the software on the fly with Docker or Podman, without actually installing it on your system. :::{note} To make it work, the container image comes with the Debian package `libgl1` pre-installed. It will probably provide suboptimal hardware acceleration support, so it should probably only be used for evaluation purposes. ::: ## Synopsis ```shell docker run --rm -it codeberg.org/sarcam/nauscopia:latest nauscopia --version ``` See also [Nauscopia @ Codeberg Container Registry]. ## Alias Command Create an alias for transparently invoking `nauscopia` as if it would be installed on your workstation. ```shell alias nauscopia='docker run --rm -it --volume=$(PWD):/data codeberg.org/sarcam/nauscopia:latest nauscopia' nauscopia detect --input=/data/raw/standard_boat_horizon_medium.png ``` [Nauscopia @ Codeberg Container Registry]: https://codeberg.org/sarcam/-/packages/container/nauscopia