this post was submitted on 26 Jun 2023
4 points (100.0% liked)

Free and Open Source Software

17779 readers
14 users here now

If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

If you do, what is your setup to run and maintain the containers? Have you experienced any problems that have been show-stoppers?

They seem like an attractive option in some cases, but I'm curious to hear how people use them for general computing.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] TheOneCurly@lemmy.theonecurly.page 2 points 1 year ago (1 children)

I set up a docker image for work that contains our prefered IDE and all our toolchains pre-configured. It's possible flatpack or appimage would have been prefereable but I found setting it up via docker to be really intutitve.

[โ€“] kyoji@beehaw.org 1 points 1 year ago

How do you use GUI apps with Docker? Do you have an X server (or equivalent) running on the Docker container that you connect to remotely?