Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
  • icewm
  • kde
  • main
  • xfce
4 results

Target

Select target project
  • nicolas.thiery/docker-webtop-sfml
  • my-docker-images/docker-webtop
2 results
Select Git revision
  • icewm
  • kde
  • main
  • xfce
4 results
Show changes
Commits on Source (2)
......@@ -11,7 +11,8 @@ RUN \
apt-get upgrade -y && \
apt-get install -y \
nginx \
apache2-utils
apache2-utils \
openssh-server
RUN \
sed -i 's/worker_processes auto;/worker_processes 1;/' /etc/nginx/nginx.conf
......@@ -27,6 +28,10 @@ RUN \
## add local files
COPY /root /
# For sshd
RUN \
mkdir -p /run/sshd
## Some config
RUN \
mkdir /config/.icewm && \
......@@ -46,3 +51,6 @@ ENTRYPOINT ["/bin/bash", "/usr/local/lib/wrapper_script.sh"]
## nginx reverse proxy
EXPOSE 3080
# sshd
EXPOSE 22
......@@ -7,7 +7,7 @@ This image is a base image for a linux with a GUI running either on a local dock
It is based on [WebTop image from LinuxServer.io](https://github.com/linuxserver/docker-webtop)
which is maintained and quite often updated.
This image use Ubuntu 20.04 and the [IceWM](https://ice-wm.org) window manager.
This image use Ubuntu 22.04 and the [IceWM](https://ice-wm.org) window manager.
## Changes
......@@ -17,10 +17,10 @@ was not succesful.
## Details
- The exposed ports are 3000 (VNC with a Web Browser), 3080 (nginx reverse proxy) and 3089
- The exposed ports are 22 (sshd), 3000 (VNC with a Web Browser), 3080 (nginx reverse proxy) and 3089
(RDP)
- The user folder is `/config`
- the user password is `abc`, sudo is without password
- the user is `abc`, its password also, sudo is without password
- if docker is installed on your computer, you can run (amd64 or arm64 architecture) this
image, assuming you are in a specific folder that will be shared with the container at
`/config`, with:
......
#! /bin/bash
/usr/sbin/sshd -D