зеркало из
https://github.com/iharh/notes.git
synced 2025-10-30 21:26:09 +02:00
m
Этот коммит содержится в:
родитель
ada5057325
Коммит
f0ccfbba13
12
devops/container/docker/features/ui/presentations.txt
Обычный файл
12
devops/container/docker/features/ui/presentations.txt
Обычный файл
@ -0,0 +1,12 @@
|
||||
2022
|
||||
Docker - Running Linux desktop environments in containers 0:00 of 9:90
|
||||
https://www.youtube.com/watch?v=9A8PMkLaSHs
|
||||
! 3:24
|
||||
FROM ubuntu:implish-20220128
|
||||
RUN apt update && \
|
||||
DEBINA_FRONTEND=noninteractive apt install -y kubuntu-desktop xrdp && \
|
||||
adduser xrdp ssl-cert
|
||||
RUN useradd -m testuser -p $(openssl passwd 1234) && \
|
||||
usermod -aG sudo testuser
|
||||
EXPOSE 3389
|
||||
CMD service dbus start ; /usr/lib/systemd/systemd-logind && service xrdp start ; bash
|
||||
Загрузка…
x
Ссылка в новой задаче
Block a user