docker

Back Open Paginator
03.02.2026 17:18
guenther (@guenther@chaos.social)

Docker is just opinionated systemd, change my mind.

#docker #systemd




Show Original Post


03.02.2026 17:13
blog (@blog@fed.beatworm.co.uk)

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




Show Original Post


03.02.2026 16:47
technadu (@technadu@infosec.exchange)

Docker Ask Gordon AI flaw exposes how context can become code.

Meta-context injection enables RCE or data exfiltration.

technadu.com/dockerdash-ask-go

#InfoSec #AIsecurity #Docker #SupplyChainRisk





Show Original Post


03.02.2026 16:35
AAKL (@AAKL@infosec.exchange)

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 noma.security/blog/dockerdash-

More:

Infosecurity-Magazine: DockerDash Exposes AI Supply Chain Weakness In Docker's Ask Gordon infosecurity-magazine.com/news #infosec #Docker #vulnerability #AIvulnerability




Show Original Post


03.02.2026 16:14
lynze (@lynze@mole.lynze.net)

Nueva entrada en mi #Wiki: tecno.lynze.net/es/homelab/dra. #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




Show Original Post


03.02.2026 15:50
asathor (@asathor@rollenspiel.social)

@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.




Show Original Post


03.02.2026 15:48
open-container-initiative-warum-sie-fuer-dich-als-linux-admin-wichtig-ist (@open-container-initiative-warum-sie-fuer-dich-als-linux-admin-wichtig-ist@andreas-moor.de)

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 […]

andreas-moor.de/open-container





Show Original Post


03.02.2026 13:12
habr (@habr@zhub.link)

Как не держать код на сервере

Кому эта статья может быть полезна? Многие сегодня припарковали свои проекты на виртуальных серверах типа vps/vds или физическом сервере. И вот, по каким-то причинам, вы не хотели бы показывать свой код напрямую. Если вы уже знаете про GitLab runner, Docker и registry – то можно пройти мимо и сберечь свое время. А кто не знает - добро пожаловать. Постараюсь, чтобы было не сложно. Какие могут быть причины?

habr.com/ru/articles/992258/

#docker #gitlab #gitlab_runner #docker_registry #деплой #сервер #контейнеризация




Show Original Post


03.02.2026 12:24
odr_k4tana (@odr_k4tana@infosec.exchange)

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




Show Original Post


03.02.2026 10:45
joel (@joel@gts.tumfatig.net)

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/

#RunBSD




Show Original Post


03.02.2026 08:48
r (@r@fed.brid.gy)

Nginx Proxy Manager - Le reverse proxy que même ma grand-mère pourrait configurer

fed.brid.gy/r/https://korben.i





Show Original Post


03.02.2026 02:52
shnizmuffin (@shnizmuffin@toots.inbutts.lol)

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

Me:





Show Original Post


1 ...108 109 110 111 112 113 114 115 116 117 118 ...439
UP