gyptazy.ch is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.

This server runs the snac software and there is no automatic sign-up process.

Admin email
contact@gyptazy.ch
Admin account
@gyptazy@gyptazy.ch

Search results for #docker

Maxine Hayes »
@maxinehayes@tech.lgbt

ReCI has been rewritten in Lua and is more polished than it was previously. So far Lua has been the best language for ReCI. This demo gives a bit of a peek at how it works now.

The demo first shows a test of ReCI running a build test for the J3ML library in a Fedora Docker container. Then the demo shows the different loggers, creating tags, and using macros.

youtube.com/watch?v=njviston5P

/CD

Marcus Noble boosted

Paradox Fox »
@paradoxfox@handmade.social

Joerg Jaspert »
@Ganneff@fulda.social

Huh, searching for something: A solution that uses docker to provide users with remote linux desktops. That is, a user logs in, then gets their own desktop, has their homedir save, but rest gets regenerated on next connect (or per schedule) and so is always updated.

I vaguely remember reading about something like it as a readymade solution, but can't find that anymore.

Eva Winterschön »
@winterschon@mastodon.bsd.cafe

prepare the smallest violin available, as we may recall hearing fanboys crow about such worn topics as docker:

"FreeBSD doesn't have Docker support omg"

except there are multiple directions one can take to use Docker on FreeBSD, if they bothered to try.

I suspect much of the "it doesn't X when I want it to" type of sentiment stems from a lack of effort to obtain easily available information combined with misinformation which exists as anti-BSD FUD (just like anti-Linux FUD in the 2010s coming from MSFT users).

- port sysutils/docker :: freshports.org/sysutils/docker :: (port added: 2015-07-06)
- port sysutils/docker-compose :: freshports.org/sysutils/docker :: (port added: 2017-04-19)
- github.com/leafoliage/freebsd- (alternate approach)

Stefano Marinelli »
@stefano@mastodon.bsd.cafe

I haven't many details, yet, but I just received an interesting phone call. A client had a series of services on AWS and GCP, managed (independently) via Kubernetes.

Some time ago, they asked me for a development server, and I set up a dedicated server costing less than 100 euros monthly on FreeBSD. Inside, I put a Linux VM for Docker and a series of jails with PHP, nginx, various databases, etc., There are backups via zfs-autobackup and, on another slightly less powerful host, a clone of the data, ready to start at any time (replication every 5 minutes of all ZFS datasets for jails and VMs via zfs-send and zfs-receive).

After some training on its use, I hadn't heard any news.

They just informed me that for over a month, they've moved all workloads previously on various Kubernetes clusters into the jails I had set up and kept the VM running only for some dev.

With a cost of almost 1/10 compared to before, they're seeing equivalent or, in some cases, better performance.

There's no single tool valid for everyone, and you don't always need to over-engineer your workload.

I'll try to ask for more details in the coming days.

Ethan Sholly »
@shollyethan@fosstodon.org

This Week in Self-Hosted (28 June 2024)

Fediverse updates, self-hosted project launches, directory additions, a spotlight on Open Trashmail - a simple mail server for generating throwaway email addresses, and more in this week's self-hosted recap!

selfh.st/newsletter/2024-06-28

Jason Davis »
@jason@jasondavis.net

0 ★ 0 ↺

gyptazy »
@gyptazy@gyptazy.ch

Are you already using on your hardware?

I created some ready-to-use container images for :
* Trixie
* Jammy (22.04)
* Ubuntu Mantic (23.10)
* Ubuntu Noble (24.04)
* 39

https://gyptazy.ch/misc/riscv-container-images-for-podman-docker/


Ethan Sholly »
@shollyethan@fosstodon.org

This Week in Self-Hosted (7 June 2024)

Open-source commentary from @danb, software updates, launches, new directory apps, a spotlight on Dockcheck - a CLI for simple Docker container image updates, and more in this week's self-hosted recap!

selfh.st/newsletter/2024-06-07

Stefano Marinelli »
@stefano@mastodon.bsd.cafe

Ric🐧☕ »
@r1w1s1@mastodon.social

@alpalombo ajuda muito muito mesmo :) usava mas depois que conheci docker subir e testar as coisas local ficou muito mais simples.

jhx »
@jhx@fosstodon.org

Small article about with and /
can sure be fun sometimes 😎 (Or I should rather say using a device under )

jhx7.de/blog/debian-kvm-bridge

jhx »
@jhx@fosstodon.org

In case anyone else ever has some fun with and / on

By default the FORWARD table drops all packages...
To get vm's back on the net simply leverage to make the packets flow again:

$ sudo iptables -A FORWARD -i br0 -o br0 -j ACCEPT

You can install iptables-persistent to save the current ruleset so it is applied every time you restart the system. 😉

Did that on my workstation... I always fall for it. 😂

Ricardo Martín »
@fluxwatcher@mastodon.social

0 days since last undockerizing drama 😭

Michael Dexter »
@dexter@bsd.network

Yesterday's Jail/Zones call recording is up!

We discussed upcoming events, anti-FreeBSD FUD, @dch's OCI container progress and container registries, IPv6 networking and more!

youtu.be/DVXRq77BcU0

Stefano Marinelli »
@stefano@mastodon.bsd.cafe

Tonight Docker saved me a lot of time. I needed to recover a database from a backup. Instead of having a dump, I had the MySQL files directly. However, since they were from MySQL 5.5, they couldn't work with MySQL 8. Luckily, I found an old Docker container on Docker Hub with MySQL 5.5, and I was able to perform a dump in just a few minutes.

Toran Shaw »
@toran@pkm.social

With so many projects offering as their primary way to use the app/service, it seems that the time will soon be upon me that I actually start to learn it. 🤔

Stefano Marinelli »
@stefano@mastodon.bsd.cafe

0 ★ 0 ↺

gyptazy »
@gyptazy@gyptazy.ch

Just created some based images of & . This might become helpful when integrating in your build & test pipelines.

https://gyptazy.ch/misc/riscv-container-images-for-podman-docker/