Skip to content

Commit

Permalink
README: ${REPO}infrastlabs/x11-base:alpine-builder-gtk224
Browse files Browse the repository at this point in the history
  • Loading branch information
huapox committed Oct 10, 2024
1 parent 4a88c03 commit 37f28c1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
```bash
# cmd: [port novnc:10081, ssh:10022, xrdp:10089]
docker run -it --rm --net=host -e VNC_OFFSET=21 infrastlabs/x11-base:core-alpine #app-alpine
ali=registry.cn-shenzhen.aliyuncs.com/
docker run -it --rm --net=host -e START_SESSION2=xfce4-session ${ali}infrastlabs/x11-base:app-ubuntu
REPO=registry.cn-shenzhen.aliyuncs.com/ #ccr.ccs.tencentyun.com/ dockerhub.qingcloud.com/ registry-1.docker.io/
docker run -it --rm --net=host -e START_SESSION2=xfce4-session ${REPO}infrastlabs/x11-base:app-ubuntu

# app [dcp docker-compose]
REPO=registry.cn-shenzhen.aliyuncs.com/ #ccr.ccs.tencentyun.com/ dockerhub.qingcloud.com/ registry-1.docker.io/
Expand Down Expand Up @@ -74,7 +74,8 @@ core-fedora `39` | ![pic](https://img.shields.io/docker/image-size/library/fedor
```bash
# infrastlabs/x11-base:builder ##alpine-builder-gtk224
# --privileged>> make: /bin/sh: Operation not permitted
root@VM-12-9-ubuntu:~# docker run -it --rm -v /mnt:/mnt2 --privileged infrastlabs/x11-base:alpine-builder-gtk224 sh
REPO=registry.cn-shenzhen.aliyuncs.com/ #ccr.ccs.tencentyun.com/ dockerhub.qingcloud.com/ registry-1.docker.io/
root@VM-12-9-ubuntu:~# docker run -it --rm -v /mnt:/mnt2 --privileged ${REPO}infrastlabs/x11-base:alpine-builder-gtk224 sh
# apk add git gawk
export GITHUB=https://hub.yzuu.cf
cd /mnt2/docker-x11base/compile/src/
Expand Down

0 comments on commit 37f28c1

Please sign in to comment.