mirror of
https://github.com/linuxserver/docker-audacity.git
synced 2025-06-06 17:48:43 +02:00
Bot Updating Templated Files
This commit is contained in:
parent
f01959f5dc
commit
df4df677ca
1 changed files with 7 additions and 6 deletions
13
README.md
13
README.md
|
@ -33,6 +33,7 @@ Find us at:
|
|||
[](https://github.com/linuxserver/docker-audacity/releases)
|
||||
[](https://github.com/linuxserver/docker-audacity/packages)
|
||||
[](https://gitlab.com/linuxserver.io/docker-audacity/container_registry)
|
||||
[](https://quay.io/repository/linuxserver.io/audacity)
|
||||
[](https://hub.docker.com/r/linuxserver/audacity)
|
||||
[](https://hub.docker.com/r/linuxserver/audacity)
|
||||
[](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-audacity/job/main/)
|
||||
|
@ -46,7 +47,7 @@ Find us at:
|
|||
|
||||
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 `ghcr.io/linuxserver/audacity` should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
|
||||
Simply pulling `lscr.io/linuxserver/audacity` 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:
|
||||
|
||||
|
@ -75,7 +76,7 @@ Here are some example snippets to help you get started creating a container.
|
|||
version: "2.1"
|
||||
services:
|
||||
audacity:
|
||||
image: ghcr.io/linuxserver/audacity
|
||||
image: lscr.io/linuxserver/audacity
|
||||
container_name: audacity
|
||||
environment:
|
||||
- PUID=1000
|
||||
|
@ -99,7 +100,7 @@ docker run -d \
|
|||
-p 3000:3000 \
|
||||
-v /path/to/config:/config \
|
||||
--restart unless-stopped \
|
||||
ghcr.io/linuxserver/audacity
|
||||
lscr.io/linuxserver/audacity
|
||||
```
|
||||
|
||||
## Parameters
|
||||
|
@ -157,7 +158,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
|
|||
* container version number
|
||||
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' audacity`
|
||||
* image version number
|
||||
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' ghcr.io/linuxserver/audacity`
|
||||
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' lscr.io/linuxserver/audacity`
|
||||
|
||||
## Updating Info
|
||||
|
||||
|
@ -175,7 +176,7 @@ Below are the instructions for updating containers:
|
|||
|
||||
### Via Docker Run
|
||||
|
||||
* Update the image: `docker pull ghcr.io/linuxserver/audacity`
|
||||
* Update the image: `docker pull lscr.io/linuxserver/audacity`
|
||||
* Stop the running container: `docker stop audacity`
|
||||
* Delete the container: `docker rm audacity`
|
||||
* Recreate a new container with the same docker run parameters as instructed above (if mapped correctly to a host folder, your `/config` folder and settings will be preserved)
|
||||
|
@ -210,7 +211,7 @@ cd docker-audacity
|
|||
docker build \
|
||||
--no-cache \
|
||||
--pull \
|
||||
-t ghcr.io/linuxserver/audacity:latest .
|
||||
-t lscr.io/linuxserver/audacity:latest .
|
||||
```
|
||||
|
||||
The ARM variants can be built on x86_64 hardware using `multiarch/qemu-user-static`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue