Re: Ready-to-use Docker images for KF6-based development ?
Jonathan Riddell <[email protected]>
| Newsgroups | gmane.comp.kde.devel.core |
|---|---|
| Message-ID | <CANX=XXPWp+0jzFBEU-7P+qXg2bnm-iKQBgkTPPWQGgfZHmy5iQ@mail.gmail.com> |
*Sure, the Neon unstable one should be ready to go* *invent-registry.kde.org/neon/docker-images/plasma:unstable <http://invent-registry.kde.org/neon/docker-images/plasma:unstable>* *You can try Distrobox to give it a go in a more managed way * https://community.kde.org/Neon/Containers Or manually something like docker run -ti --volume="$HOME/.Xauthority:/root/.Xauthority:rw" --network=host -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=:0 --security-opt seccomp=unconfined invent-registry.kde.org/neon/docker-images/plasma:unstable bash On Mon, 29 Jan 2024 at 21:18, Alexander Neundorf <[email protected]> wrote: > Hi, > > I'm still running a Qt5/KF5-based setup on my machine. > Is there a ready-to-use docker image/Dockerfile which I could use to work > on a > KF6-based application, maybe something from KDE neon ? > > Sorry for the maybe stupid question > Alex > > > >