mastodon.xyz is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon instance, open to everyone, but mainly English and French speaking.

Administered by:

Server stats:

819
active users

#netstat

0 posts0 participants0 posts today

I learned last night that a Docker container will fail to launch properly, and in my case end up in a restarting loop forever, if the port the container is trying to use is being used by some other process on the system.

Using:

sudo netstat -nlp

produces a great set of data to checkout what is going on.

#Docker
#Netstat