Skip to content

Commit

Permalink
[ADD] xpra setup: espaço de trabalho em docker
Browse files Browse the repository at this point in the history
    -> https://xpra.org

    xhost, xfce, lxqt ou plasma (via ENVIRONMENT, padrão: xhost)

    Firefox , VsCodium, Chrome, VsCode (se INCLUDE_EXTRAS=true; padrão: false)

    Terminator e Tmux pré-configurados

    Docker em modos nested (DinD), ou via host socket (binários diretamente da imagem docker:latest)

    Kind funcionará também em modo DinD (testado)
    -> https://kind.sigs.k8s.io/

    É exposto somente em 127.0.0.1:15000, e não localhost, por padrão

    Relacionado:
    -> Xpra-org/xpra#4383 (comment)
  • Loading branch information
vmath3us committed Dec 28, 2024
1 parent 0306ba2 commit f1c41e1
Show file tree
Hide file tree
Showing 4 changed files with 446 additions and 0 deletions.
1 change: 1 addition & 0 deletions nested-workstation/.env-xpra
4 changes: 4 additions & 0 deletions nested-workstation/.env-xpra-example
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
DOCKER_MODE=nested
ENVIRONMENT=xhost
INCLUDE_EXTRAS=false
PASS=changeme
Loading

0 comments on commit f1c41e1

Please sign in to comment.