this post was submitted on 18 Jun 2025
14 points (93.8% liked)
Linux
8249 readers
299 users here now
A community for everything relating to the GNU/Linux operating system
Also check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
~~Docker is not needed. You can run a subshell like ZSH directly in a shell from Bash in example. And you get set the executable path of each script like
#!/usr/bin/env zsh
. I don't get why a Docker is needed for this.~~Edit: I should read more before commenting nonsense like this... It's already a topic in the article. My bad. I leave the comment here, so nobody else makes the same mistake.