A Linux webtop image for my 3rd year students at CentraleSupélec
3.6K
Docker image used for teaching in the "Software Science" 3rd year at CentraleSupélec.
Available on Docker hub
Source files available on GitHub.
Based on the ubuntu-icewm webtop image from (https://docs.linuxserver.io/images/docker-webtop)
This image come with the following software installed:
Typical usage is:
docker run --rm --detach --publish 3000:3000 \
--volume ${PWD}/config:/config:rw \
--name webtop-3asl fredblgr/docker-webtop-3asl:2025
Run ./start-3asl.sh (available on GitHub), you will have Ubuntu in your browser, with the 'config' subdirectory of the current working directory mounted on /config, which is the home directory. The container will be removed when it stops, so save your work in /config if you want to keep it.
There is a start-3asl.ps1 script for the PowerShell of Windows. You may have to allow the execution of scripts with the command:
Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope CurrentUser.
You browser should display an Ubuntu desktop. Else, check the console for errors and point your web browser at http://localhost:3000
Apache License Version 2.0, January 2004 http://www.apache.org/licenses/LICENSE-2.0
Content type
Image
Digest
sha256:f30517ec1…
Size
5.5 GB
Last updated
about 2 months ago
docker pull fredblgr/docker-webtop-3asl:2026