med-mastodon.com is one of the many independent Mastodon servers you can use to participate in the fediverse.
Medical community on Mastodon

Administered by:

Server stats:

355
active users

#docker

21 posts19 participants0 posts today
Leanpub<p>Mastering Docker <a href="https://leanpub.com/b/masteringdocker" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">leanpub.com/b/masteringdocker</span><span class="invisible"></span></a> by Nigel Poulton is the featured bundle of ebooks 📚 on the Leanpub homepage! <a href="https://leanpub.com" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">leanpub.com</span><span class="invisible"></span></a> <a href="https://mastodon.social/tags/CloudComputing" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CloudComputing</span></a> <a href="https://mastodon.social/tags/Docker" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Docker</span></a> <a href="https://mastodon.social/tags/Devops" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Devops</span></a> <a href="https://mastodon.social/tags/aws" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>aws</span></a> <a href="https://mastodon.social/tags/ComputerProgramming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ComputerProgramming</span></a> <a href="https://mastodon.social/tags/books" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>books</span></a> <a href="https://mastodon.social/tags/ebooks" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ebooks</span></a></p>

Reaching out to people who now how to shrink non-Android JARs after the fact (this is for Fabric-modded Minecraft).

This is for containerization. I've done the low-hanging fruit (small base images, multi-stage build, small JVM with jlink), and I'm down to an image size of ca 550 MiB. The JARs in the image are the biggest size contributor, and I don't know what to do further. Any help is appreciated :)

Continued thread

The #meshtastic bot "Meshing Around" does not only provide a #docker file, but also scripts for generating a nice dashboard out of its log files.

But it makes sense to restrict the bot to channels not shared with other bots. Otherwise, you'll easily have ping pong bot wars.

So I've used docusign and pandadoc in the past for my businesses contracts and although they're okay it made sense finding a #SelfHosted alternative considering we run our own #servers

I come across docuseal.com/ not long ago and added it to our #docker instance and wow! It's good for a freebie.

Just thought I'd share this in case anyone resorts to looking on the #fediverse for alternatives to DocuSign, etc

DocuSealDocuSeal | Open Source Document SigningFree and Open source tool to streamline document filling and signing. Create custom PDF forms to complete and sign with an easy to use online tool. Automatic digital signature.

Ich hab eine #Docker compose YAML mit #wordpress & mariadb, mit der ich meinen Blog auf meinem NAS laufen lasse.

Wie ist jetzt die best practice für Wordpress-Updates? Nie über UI updaten, immer übers Image?

Das ist aktuell wordpress:latest, sollte ich das auf eine Version fixen?

Continued thread

I just read Ghost’s developer docs and I think if I want to turn on federation for my blog I need to migrate my #Ghost CLI installation to #Docker:

https://docs.ghost.org/update?ref=ghost.org

I know nothing about Docker but I also have no internet on my laptop / can’t update Ghost anyway right now (see today’s blog post.)

I wonder: what’s the best way to learn Docker (or have a basic understanding of it) if you have 12 days to study it? I need a good Docker tutorial STAT 😅

Ghost Developer DocsHow To Update Ghost - Ghost Developer DocsLearn how to update your self-hosted Ghost install to the latest version

7 Quick Steps for Managing #Docker Containers on #Debian VPS Servers

This guide provides 7 quick steps for managing Docker containers on Debian VPS servers. It is designed for system administrators and developers who are familiar with basic Linux commands and concepts.
7 Quick Steps for Managing Docker Containers on Debian VPS Servers
Docker has revolutionized the software development industry by making it possible to package applications ...
Continued 👉 blog.radwebhosting.com/7-quick #vpsguide

7 Quick Steps for Managing Docker Containers on Debian VPS Servers
RadWeb, LLC · 7 Quick Steps For Managing Docker Containers On Debian VPS Servers - VPS Hosting Blog | Dedicated Servers | Reseller HostingThis guide provides 7 quick steps for managing Docker containers on Debian VPS servers. It is designed for system administrators and developers who are

🐛 GTS-HolMirDas v1.2.1 Released - Important Bugfixes

Fixed some critical issues that prevented the RSS-based content discovery from working properly. Thanks for sharing, @christian

🔧 What's Fixed:

  • Inline Comment Support: Fixed parsing of RSS feeds file when using inline comments
  • Control Character Error: Resolved "URL can't contain control characters" error caused by comments in same line as URLs
  • RSS File Parsing: Comments after # are now properly stripped from URLs
https://mastodon.social/tags/homelab.rss    # 20 posts default
https://fosstodon.org/tags/docker.rss?limit=50   # 50 posts

📦 Update Instructions:

# Download latest version
wget https://git.klein.ruhr/matthias/gts-holmirdas/raw/v1.2.1/gts_holmirdas.py

# Restart your container
docker compose restart gts-holmirdas

Hey #GetFediHired,
After some layoffs in my current company, I am looking for some #softwaredevelopment job, #remote only. I can work in the #EU or would be able to travel some weeks during the year.

I am fluent in #PHP, #Symfony, #Golang, #gRPC, #REST and #GraphQL #API, #Docker, #Ansible, Event Streaming and modern software development in general with experience of over 15 years in various roles - from senior engineer to CTO. I value good software architecture, tests, documentation in combination with valuable communication and discussions.

Find my CV here: codedge.de/cv

If that sounds like something, drop me a message or reply. Cheers!

code and society | codedgeCV
More from tH

The new Kubernetes mount-an-OCI-artifact feature got me thinking about backups, layers, data locality, and deduplication via CAS.

Imagine using image layers as snapshots and pushing images as your application's data backup. Then by specifying latest* for the volume mount it would automatically come up with eagerly-cached, local data.

I don't think CAS helps our case for storage here as a layer-snapshot mapping isn't granular enough. Of course it's not like you'd want to redesign your Postgres paging configuration entirely around a better mapping to image layers but there's something there...

Registry-side you could do periodic compaction, archival, export etc.

OCI image layers are already limited though last time I checked. Nix maps derivations (think packages) to layers and neither OCI nor the tooling were designed for that kind of blowout. Could be tackled though.

*yes yes, anti pattern. Hold ur underwear a moment.

Finally found a working #meshtastic bot that responds to several commands sent over the air, including ping, sysinfo, weather, and bbs services.

Did not test it thoroughly, but looks pretty impressive so far.

And it is installable via #docker image.

github.com/SpudGunMan/meshing-

BBS Mesh Scripts for Meshtastic. Contribute to SpudGunMan/meshing-around development by creating an account on GitHub.
GitHubGitHub - SpudGunMan/meshing-around: BBS Mesh Scripts for MeshtasticBBS Mesh Scripts for Meshtastic. Contribute to SpudGunMan/meshing-around development by creating an account on GitHub.