Skip to main content

Questions tagged [container]

The tag has no summary, but it has a tag wiki.

0 votes
0 answers
5 views

With those commands #start mkdir example-container cd !$ docker export myimage > root.tar #extract fs mkdir rootfs tar -xvf root.tar -C rootfs #create spec runc spec --rootless #run runc ...
elbarna's user avatar
  • 14.5k
0 votes
2 answers
68 views

On Debian13 with KDE after upgrading from Debian12, I see that conmon autostarted and is listening on some port by using sudo lsof -i. I don't want anything to autostart that I didn't configure to do ...
mYnDstrEAm's user avatar
  • 4,962
1 vote
0 answers
14 views

My syslog has these warnings: containerd config version 1 has been deprecated and will be converted on each startup in containerd v2.0, use containerd config migrate after upgrading to containerd 2.0 ...
AlastairG's user avatar
  • 233
0 votes
0 answers
249 views

I migrated a few Podman containers through these changes: Host: Debian 12 -> Debian 13 Podman exec: podman run -> quadlet units Network config: NetworkManager -> /etc/network/interfaces (...
usdn's user avatar
  • 101
0 votes
0 answers
91 views

I’m using BTRFS snapshots for my backups with Restic, and with the help of GenAI I created a script to automate the process. I take snapshots of a subvolume called home, which contains three ...
matteo-g's user avatar
  • 103
0 votes
0 answers
256 views

Prerequisites Alpine Linux Edge ~ $ podman --version podman version 5.5.2 ~ $ distrobox --version distrobox: 1.8.1.2 ~ $ mount|grep ^cgroup|awk '{print $1}'|uniq cgroup2 I followed the steps in ...
mcv_dev's user avatar
  • 101
0 votes
1 answer
106 views

I have an application and want to start a firefox where all network traffic from firefox goes through the application which does magic (doesn't really matter what it does). The idea I have is to open ...
Goswin von Brederlow's user avatar
0 votes
1 answer
149 views

Containers are intended to solve the "it worked on my machine" problem. Thus, the blueprint of containers has two compatibility requirements: the OS and the architecture. We often see a ...
Muhammad Ikhwan Perwira's user avatar
0 votes
0 answers
197 views

Dockerfile documentation states that the <src> argument of COPY and ADD are relative to the context (location of Dockerfile). If I have third party dependencies located in /usr/local or /opt/ it ...
rocksNwaves's user avatar
1 vote
1 answer
303 views

I've been struggling to make sense of something, so would appreciate some help. I am mounting a remote NFS drive onto my Debian system with the following fstab entry which uses the systemd automounter,...
teeeeee's user avatar
  • 305
0 votes
0 answers
60 views

I have a physical network with several VLANs. One of my computers (my main workstation) is connected to two different VLANs on this network, one tagged, the other not. I have successfully set this ...
Omnifarious's user avatar
  • 1,412
0 votes
0 answers
76 views

I run a Cisco XRd docker container on my Linux Ubuntu host. I run the image using docker run -it -d command. The image's entrypoint is /usr/sbin/init, indeed: root@eve-ng-6:/opt/unetlab/html# docker ...
CarloC's user avatar
  • 385
0 votes
1 answer
107 views

I've a docker container running on my Linux host. root@eve-ng-6:~# docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES ea25d3afa65d ...
CarloC's user avatar
  • 385
0 votes
0 answers
37 views

So I am writing a program that automatically determines the dependencies of an application and writes a FROM scratch dockerfile based on them using strace. I was testing it on a MariaDB, but it failed ...
ReGeLePuMa's user avatar
0 votes
0 answers
45 views

I'm running a Kubernetes cluster with RKE2 v1.30.5+rke2r1 on Linux nixos 6.6.56 amd64, using Cilium CNI. Here's the setup: I have two pods (yaml manifests at the bottom): Pod A (xfrm-pod) is running ...
rrekaF's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
28