mastodon.world is one of the many independent Mastodon servers you can use to participate in the fediverse.
Generic Mastodon server for anyone to use.

Server stats:

12K
active users

This year I have been spending much of my time porting the github.com/containers stack to . This is now available to install on FreeBSD-13.1 and later - just run 'pkg install podman-suite' to get all the pieces.

There are still a few rough edges but most of the core functionality is there including networking, image management, containers, pods and more. Take a look at if you've been missing a docker-like engine on .

@dfr are there docs for usage on FreeBSD?

The beauty of it is that you can take just about any docker or podman doc and it'll work. Except that it's running natively rather than emulating something. Personally, I find the buildah tool to be particularly useful - it gives so much more control for building containers than a typical dockerfile.