kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
751947522e
commit
337b418811
|
@ -8,7 +8,7 @@
|
|||
[](https://hub.docker.com/r/linuxserver/snipe-it)
|
||||
[](https://hub.docker.com/r/linuxserver/snipe-it)
|
||||
[](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-snipe-it/job/master/)
|
||||
[](https://lsio-ci.ams3.digitaloceanspaces.com/linuxserver/snipe-it/latest/index.html)
|
||||
[](https://ci-tests.linuxserver.io/linuxserver/snipe-it/latest/index.html)
|
||||
|
||||
[Snipe-it](https://github.com/snipe/snipe-it) makes asset management easy. It was built by people solving real-world IT and asset management problems, and a solid UX has always been a top priority. Straightforward design and bulk actions mean getting things done faster.
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
|||
|
||||
Our images support multiple architectures such as `x86-64`, `arm64` and `armhf`. We utilise the docker manifest for multi-platform awareness. More information is available from docker [here](https://github.com/docker/distribution/blob/master/docs/spec/manifest-v2-2.md#manifest-list) and our announcement [here](https://blog.linuxserver.io/2019/02/21/the-lsio-pipeline-project/).
|
||||
|
||||
Simply pulling `linuxserver/snipe-it` should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
|
||||
Simply pulling `ghcr.io/linuxserver/snipe-it` should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
|
||||
|
||||
The architectures supported by this image are:
|
||||
|
||||
|
@ -87,7 +87,7 @@ docker run -d \
|
|||
-p 8080:80 \
|
||||
-v <path to snipe-it data>:/config \
|
||||
--restart unless-stopped \
|
||||
linuxserver/snipe-it
|
||||
ghcr.io/linuxserver/snipe-it
|
||||
```
|
||||
|
||||
|
||||
|
@ -204,7 +204,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
|
|||
* Container version number
|
||||
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' snipe-it`
|
||||
* Image version number
|
||||
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' linuxserver/snipe-it`
|
||||
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' ghcr.io/linuxserver/snipe-it`
|
||||
|
||||
## Versions
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue