mas.to is one of the many independent Mastodon servers you can use to participate in the fediverse.
Hello! mas.to is a fast, up-to-date and fun Mastodon server.

Administered by:

Server stats:

12K
active users

#container

9 posts8 participants0 posts today

So I am trying to deploy #overleaf for work, but without #docker. I follow these instructions gist.github.com/Wurzelmann/b6e but it is so time consuming, because the it has some weird stuff in it, like using ubuntu repos, using #nginx instead of #apache etc. that I am really considering giving up and just try to get the #container running instead.

overleaf without docker (Debian 12.6). GitHub Gist: instantly share code, notes, and snippets.
Gistoverleaf without docker (Debian 12.6)overleaf without docker (Debian 12.6). GitHub Gist: instantly share code, notes, and snippets.

my #build #container framework:

sudo unshare \
  --fork \
  --mount \
  --uts \
  sh -c "
    mkdir -p $ROOTFS/proc
    mkdir -p $ROOTFS/sys
    mkdir -p $ROOTFS/dev
    mount -t sysfs /sys $ROOTFS/sys
    mount -t proc /proc $ROOTFS/proc
    mount --rbind /dev $ROOTFS/dev
    hostname $MACHINE
    su $USER
    export PUAVO_CACHE_PROXY=$PUAVO_CACHE_PROXY
    sudo unshare --root $ROOTFS $CMDLINE
  "

Nests nicely with #Docker and #Podman :-)

“Aparte 911” is a creative collective focused on graffiti and street art, known for their innovative and thought-provoking work. Their portfolio spans diverse styles and mediums. 🎨

This angel-like figure is to be found at “NDSM” in between the “IJ-Hallen”.

A standout project by Aparte is the “LEGO Manifest,” where cracks and gaps in city structures are filled with colorful LEGO bricks. It adds a playful touch to the streets while drawing attention to urban decay and creative restoration. 🧱⚒️🏚️

#Amsterdam #asa #streetart #photo #urbanart #mokum #xxx #art #arte911 #photography #concretejungle #ndsm #mural #face #wings #arte #ndsm #artiseverywhere #streetphotography #angel #artcollective #container #citylife #spraycanart #ijhallen #artinpublicspaces #clouds

#Flatcar #Linux è una #distro #immutabile nata per eseguire solo #container e ideale per la creazione di cluster #kubernetes.

I suoi punti di forza?
👉 estremamente #minimale e con una ridottissima superficie d'attacco
👉 configurazione #dichiarativa
👉 #immutabile e resistente agli errori grazie al sistema di partizioni A/B che permette #rollback automatici di qualsiasi aggiornamento andato storto.

youtu.be/mOtd2gxW_Z8

youtu.be- YouTubeEnjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.

Is there any standard or existing solution for updating #container deployments offline? I'm well aware of docker image save|load, but there's no signature validation or metadata (beyond image tag, labels, etc. included in the image itself). I'm looking for a bundle format to put on a USB disk or similar, possibly holding multiple images. ​:neocat_book:

#Docker