You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Webstation](https://github.com/linuxserver/docker-webstation) is a web native emulation focused LXQt desktop based on Ubuntu.
41
41
@@ -45,7 +45,7 @@ Find us at:
45
45
46
46
We utilise the docker manifest for multi-platform awareness. More information is available from docker [here](https://distribution.github.io/distribution/spec/manifest-v2-2/#manifest-list) and our announcement [here](https://blog.linuxserver.io/2019/02/21/the-lsio-pipeline-project/).
47
47
48
-
Simply pulling `lscr.io/linuxserver/webstation:master` should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
48
+
Simply pulling `lscr.io/linuxserver/webstation:latest` should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
49
49
50
50
The architectures supported by this image are:
51
51
@@ -144,7 +144,7 @@ For Intel and AMD GPUs.
144
144
---
145
145
services:
146
146
webstation:
147
-
image: lscr.io/linuxserver/webstation:master
147
+
image: lscr.io/linuxserver/webstation:latest
148
148
environment:
149
149
- PIXELFLUX_WAYLAND=true
150
150
# Ensure these point to the rendered node injected by the runtime (usually renderD128)
@@ -407,7 +407,7 @@ To help you get started creating a container from this image you can either use
407
407
---
408
408
services:
409
409
webstation:
410
-
image: lscr.io/linuxserver/webstation:master
410
+
image: lscr.io/linuxserver/webstation:latest
411
411
container_name: webstation
412
412
environment:
413
413
- PUID=1000
@@ -435,7 +435,7 @@ docker run -d \
435
435
-v /path/to/config:/config \
436
436
--shm-size="1gb" \
437
437
--restart unless-stopped \
438
-
lscr.io/linuxserver/webstation:master
438
+
lscr.io/linuxserver/webstation:latest
439
439
```
440
440
441
441
## Parameters
@@ -516,7 +516,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
516
516
* Image version number:
517
517
518
518
```bash
519
-
docker inspect -f '{{ index .Config.Labels "build_version" }}' lscr.io/linuxserver/webstation:master
519
+
docker inspect -f '{{ index .Config.Labels "build_version" }}' lscr.io/linuxserver/webstation:latest
520
520
```
521
521
522
522
## Updating Info
@@ -564,7 +564,7 @@ Below are the instructions for updating containers:
564
564
* Update the image:
565
565
566
566
```bash
567
-
docker pull lscr.io/linuxserver/webstation:master
567
+
docker pull lscr.io/linuxserver/webstation:latest
568
568
```
569
569
570
570
* Stop the running container:
@@ -601,7 +601,7 @@ cd docker-webstation
601
601
docker build \
602
602
--no-cache \
603
603
--pull \
604
-
-t lscr.io/linuxserver/webstation:master .
604
+
-t lscr.io/linuxserver/webstation:latest .
605
605
```
606
606
607
607
The ARM variants can be built on x86_64 hardware and vice versa using `lscr.io/linuxserver/qemu-static`
0 commit comments