This guide assumes you have a working Fedora installation with SSH access.
Disable CGroups V2 as Docker doesnt support that yet.
sudo dnf install grubby
sudo grubby --update-kernel=ALL --args="systemd.unified_cgroup_hierarchy=0"Install GIT
sudo dnf install githttps://github.com/cdr/code-server
Follow instructions this command gives:
curl -fsSL https://code-server.dev/install.sh | shChange config to listen to 0.0.0.0:
nano ~/.config/code-server/config.yamlMake code-server start with the system (because it's running under user)
sudo loginctl enable-linger USERNAME-HEREhttps://docs.docker.com/engine/install/fedora/
Now log in to Code-Server and install the docker extension.