docker

Back Open Paginator
29.09.2025 18:16
notes (@notes@bofh.social)

Why the fuck would the official #Postgres17 #Docker #Container store persistent data in its #Volume in /var/lib/postgresql/data but #Postgres18 store persistent data in /var/lib/postgresql?

And why the FUCK would the official
#Nginx Docker Container only store persistent data for /etc/nginx and not /etc? Which means you lose all of your #LetsEncrypt #certificates when a new #image is pulled?

Fucking hell.




Show Original Post


29.09.2025 18:00
isaacrlevin (@isaacrlevin@fosstodon.org)

Docker is teaming up with CNCF to promote open-source container technology and enhance cloud-native development. #Docker #CNCF

isaacl.dev/gsw




Show Original Post


29.09.2025 17:55
linuxeasy (@linuxeasy@mastodon.uno)

Scopri HomeHub: un’app web leggera e self-hosted che trasforma un server Linux (anche Raspberry Pi) in dashboard familiare con note condivise, liste, spese e altro. #Linux #Docker #SelfHosted

linuxeasy.org/homehub-linux-hu




Show Original Post


29.09.2025 16:26
heyvaldemar (@heyvaldemar@mastodon.social)

🚀 It's out!

Docker & Kubernetes Security is live.

Proud to contribute as technical editor to a book packed with:

🔐 K8s & Docker security
🧱 SBOMs, supply chain, hardening
🛡️ DevSecOps + real-world tactics

dockersecurity.io/




Show Original Post


29.09.2025 15:05
docker (@docker@techhub.social)

Docker MCP Toolkit: MCP Servers That Just Work
#Docker #Products #DockerDesktop #MCP #MCPserver

docker.com/blog/mcp-toolkit-mc




Show Original Post


29.09.2025 14:33
giggls (@giggls@karlsruhe-social.de)

#Docker und #Podman werden endlich legal!
SPD will „Containern“ legalisieren.




Show Original Post


29.09.2025 12:19
wayubi (@wayubi@mastodon.neometropolis.net)

An iDrive docker container.

[root@~ idrive]# cat Dockerfile
# Use the official Ubuntu base image
FROM ubuntu:latest

# Set the root password
RUN echo 'root:root' | chpasswd

# Prevent services from being started during package installations
RUN printf '#!/bin/sh\nexit 0' > /usr/sbin/policy-rc.d

# Update package list and install systemd along with other necessary packages
RUN apt-get update && apt-get install -y systemd systemd-sysv dbus dbus-user-session

# Ensure systemd-logind starts with a new session
RUN printf "systemctl start systemd-logind" >> /etc/profile

# Install necessary packages for IDrive
RUN apt-get install -y --no-install-recommends vim curl wget cron nano ca-certificates

# Set the working directory to /opt
WORKDIR /opt

# Download the IDrive binary
RUN wget idrivedownloads.com/downloads/

# Copy the IDrive binary from the local context (uncomment if used)
# COPY ./volumes/idrive/config/idriveforlinux.bin .

# Make the IDrive binary executable
RUN chmod +x idriveforlinux.bin

# Copy the crontab configuration to the temporary location
COPY ./volumes/idrive/config/crontab /tmp/crontab

# Install the crontab configuration
RUN crontab /tmp/crontab

# Create a symbolic link for the IDrive cron job
RUN ln -s /opt/IDriveForLinux/bin/idrive /etc/idrivecron

# Create a symbolic link for the IDrive cron job configuration file
RUN ln -s /mnt/config/idrivecrontab.json /etc/idrivecrontab.json

# Copy the IDrive cron service file
COPY ./volumes/idrive/config/idrivecron.service /usr/lib/systemd/system/idrivecron.service

# Create a symbolic link to enable the IDrive cron service
RUN ln -s /usr/lib/systemd/system/idrivecron.service /etc/systemd/system/multi-user.target.wants/idrivecron.service

# Copy the login script
#COPY ./volumes/idrive/config/login.sh /tmp/login.sh

# Make the login script executable
#RUN chmod +x login.sh

# Copy the login script to the proper location
COPY ./volumes/idrive/config/idrive /usr/local/bin/idrive

# Make the login script executable
RUN chmod +x /usr/local/bin/idrive

# Set the working directory to home
WORKDIR /root

# Set the entrypoint to init systemd
ENTRYPOINT ["/sbin/init"]

[root@~ idrive]# cat compose.yml
services:
idrive:
build:
context: .
dockerfile: Dockerfile
privileged: true
volumes:
- ./volumes/idrive/data/IDriveForLinux:/opt/IDriveForLinux
- ./volumes/idrive/config:/mnt/config
- /mnt/backup:/mnt/backup:ro
restart: unless-stopped

#linux #docker #idrive




Show Original Post


29.09.2025 11:33
dstglobal (@dstglobal@mastodon.social)

Эра открытого исходного кода в сетевых технологиях

Открытый исходный код преобразует сетевые технологии из медленных, стандартизированных протоколов в гибкую, программируемую, готовую к Kubernetes инфраструктуру.

На протяжении большей части своей истории сетевые технологии...

Читать далее: dstglobal.ru/club/1114-era-otk





Show Original Post


29.09.2025 10:58
coocook (@coocook@floss.social)

Hey developers! I’ve been working on a new CI setup to build Docker images for every push. What would you expect from such a setup?

We’ll have a container registry for runtime/development each, with tags for every branch and for #Perl version (latest vs oldest supported).

Read the new README section:
gitlab.com/coocook/coocook/-/b

Feel free to reply here or at the MR:
gitlab.com/coocook/coocook/-/m

The MR also contains more specific review questions.

#Docker #Podman #Gitlab #CICD #GitLabCI #FOSS




Show Original Post


29.09.2025 07:39
ben (@ben@shit.herewegoaga.in)

Still looking forward to a #docker version of #loops server 📹




Show Original Post


29.09.2025 06:36
BYTEWISE010 (@BYTEWISE010@mastodon.social)

What is Docker? Explained in 2 Minutes! (For Absolute Beginners) 🚀

Watch here: youtu.be/mEEkdzEETFE?si=wK-6SG




Show Original Post


29.09.2025 04:27
dataplane (@dataplane@noc.social)

The Internet Last Week

* .pt TLD TCP service degradation
dnsmon.ripe.net/pt?start=2025-
* .int TLD TCP service degradation
dnsmon.ripe.net/int?start=2025
* Cisco IOS SNMP Vulnerability CVE-2025-20352
sec.cloudapps.cisco.com/securi
* Docker Hub service issues
dockerstatus.com/pages/inciden

#DNS #SNMP #Cisco #Docker




Show Original Post


1 ...340 341 342 343 344 345 346 347 348 349 350 ...438
UP