Docker is just opinionated systemd, change my mind.
Here is how I use a corporate sanctioned Windows managed laptop as a perfectly cromulent headless Linux server for sane (?🤔) development workflow, it is, of course, containers all the way down !
https://www.beatworm.co.uk/blog/windows/windows-is-my-cloud
#linux #laptop #windows #vm #containers #hacking #wsl2 #incus #docker #madScience
Docker Ask Gordon AI flaw exposes how context can become code.
Meta-context injection enables RCE or data exfiltration.
#InfoSec #AIsecurity #Docker #SupplyChainRisk

New. Docker, anyone? The vulnerability allows the exploitation of "the entire execution chain from AI interpretation to tool execution."
Noma: DockerDash: Two Attack Paths, One AI Supply Chain Crisis https://noma.security/blog/dockerdash-two-attack-paths-one-ai-supply-chain-crisis/
More:
Infosecurity-Magazine: DockerDash Exposes AI Supply Chain Weakness In Docker's Ask Gordon https://www.infosecurity-magazine.com/news/dockerdash-weakness-dockers-ask/ #infosec #Docker #vulnerability #AIvulnerability
Nueva entrada en mi #Wiki: https://tecno.lynze.net/es/homelab/drawio. #DrawIO es un servicio como #Excalidraw, pero como más formal. Es muy sencillo de desplegar y lo tienes en un santiamén. Y a partir de ahí ya puedes empezar a dibujar diagramas, flujogramas, organigramas, diagramas UML, mapas conceptuales, esquemas de red… y casi todo lo que se te ocurra.
#Docker #DockerCompose #SelfHosting #SelfHost
@kuketzblog
Zu 2.
- Plane seit geraumer Zeit #AdGuardHome einzusetzen. Meine Frau sagt immer wieder, das diese oder jene Seite nicht funktioniert. Was mache ich falsch?
- Plane seit geraumer Zeit #OpenWrt zu nutzen. Geld fehlt und Zeit
Zu 3.
Komme teilweise mit Anleitungen nicht klar. Mache alles so wie beschrieben, aber es funktioniert bei mir nicht.
Beispiel: Wollte #MatterMost mittels #Docker auf einem #Raspi3B+ installieren für internen Chat mit meiner Frau.
Funktioniert nicht bei mir.
Open Container Initiative: Warum sie für dich als Linux-Admin wichtig ist
Warum du die Open Container Initiative kennen solltest Wenn du heute als Linux-Systemadministrator mit Containern arbeitest – egal ob mit Docker, Podman, containerd, CRI-O oder Kubernetes – kommst du faktisch täglich mit Standards der Open Container Initiative (OCI) in Berührung, auch wenn dir das nicht immer bewusst ist. Die OCI definiert, wie Container-Images aufgebaut sind, wie Container zur Laufzeit gestartet werden und wie Images über Registries verteilt werden – und damit, ob […]https://andreas-moor.de/open-container-initiative-warum-sie-fuer-dich-als-linux-admin-wichtig-ist/

Как не держать код на сервере
Кому эта статья может быть полезна? Многие сегодня припарковали свои проекты на виртуальных серверах типа vps/vds или физическом сервере. И вот, по каким-то причинам, вы не хотели бы показывать свой код напрямую. Если вы уже знаете про GitLab runner, Docker и registry – то можно пройти мимо и сберечь свое время. А кто не знает - добро пожаловать. Постараюсь, чтобы было не сложно. Какие могут быть причины?
https://habr.com/ru/articles/992258/
#docker #gitlab #gitlab_runner #docker_registry #деплой #сервер #контейнеризация
I've been tinkering with the rocker/rstudio docker image to create a reproducible instance of rstudio server for analysis code.
It does work well, with one tiny exception: after starting the server, working directory somehow is not set to the directory I specify in the dockerfile in the build. ("WORKDIR /home/rstudio/project-name"), which makes sourcing stuff involve extra steps. (Luxury problem, I know, but I would still like for it to work)
Any hints as to what I need to change? Do I need to COPY the .rproj file from the initial project as well?
Dockerfile structure:
FROM rocker/rstudio:4.5.2
RUN sudo apt update
RUN sudo apt-get install -y pandoc libcurl4-openssl-dev libglpk-dev libmagick++-dev cmake
RUN R -e "install.packages(c('renv'), repos = 'cloud.r-project.org')"
WORKDIR /home/rstudio/project-name
# Copy data and scripts
COPY data data
COPY analysis analysis
# Copy R environment and restore packages
COPY renv.lock renv.lock
RUN R -e "renv::restore()"
Help would be appreciated!
(Also: Is there a way to force renv to install from binary instead of building from source?)
#rstats #docker #reproducibility
I finally reached a milestone in my "using #Linux applications on #FreeBSD" journey. Here are notes and thoughts on running #Docker containers on FreeBSD #Jail using #podman (or not). No big news for some. But a nice hiking session for me :D
https://www.tumfatig.net/2026/exploring-docker-containers-on-freebsd/
Nginx Proxy Manager - Le reverse proxy que même ma grand-mère pourrait configurer
https://fed.brid.gy/r/https://korben.info/nginx-proxy-manager-guide-tuto.html

#docker: "The attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion"
Me:
