Skip to main content

Questions tagged [container]

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

Filter by
Sorted by
Tagged with
1 vote
0 answers
13 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
84 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
1 answer
104 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
0 answers
174 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
0 votes
0 answers
59 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
1 answer
105 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
44 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
2 votes
1 answer
132 views

I am on Kubernetes. I need to be able to write and run cron jobs in a pod. I can't use the CronJob workload. The solution I found is to run cron jobs from a cron sidecar container. I write cron jobs ...
Mooch's user avatar
  • 41
0 votes
0 answers
36 views

systemctl status shows a Degraded state after following Chromeos Development Docs associated with and tweaking the ssh and sshd_config. I've got info about my Build&Machine specs and setup sharing&...
Aaron Sullivan's user avatar
1 vote
1 answer
61 views

I'm experiencing a significant performance degradation when using "rsync" to copy files over the network from within a container or cgroup with memory limits on Oracle Linux 9.2. The issue ...
ALZ's user avatar
  • 921
0 votes
1 answer
182 views

I have a k8 cluster based on Ubuntu 20.04 1 master and 3 worker nodes. I drained one of the worker node. Put kubectl,iptables, kubeadm, kubelet & containerd packages on hold. OS upgrade to 22.04, ...
Muhammad Saeed's user avatar
0 votes
2 answers
131 views

My setup is Linux host with SSH and SFTP access. It runs inside a docker container exposing also SSH and SFTP. The docker container does not have a separate network. Uses “host” network setting. I ...
NN_'s user avatar
  • 101
1 vote
1 answer
525 views

Trying to mount a Windows share from a UBI9-minimal container. I've discovered that cifs is not contained in the image. Trying to install 'cifs-utils' via microdnf seems to indicate it does not ...
thepip3r's user avatar
  • 145
0 votes
1 answer
218 views

Time synchronization with an external NTP server in my Docker container works for a few seconds, but after that, synchronization stops working : logs : 2024-09-08T20:54:15Z chronyd version 4.0 ...
AHmedRef's user avatar
  • 151
0 votes
1 answer
297 views

If I create a mount namespace with unshare or a more sophisticated tool like Docker, can I emulate an input device using a userspace process on the host? I'm aware of /dev/uinput as a mechanism for ...
colinmarc's user avatar
0 votes
1 answer
561 views

Can sudo be used for an exported distrobox app/binary in the host where its container is rootless? Example: I need to edit files in the root partition and admin permissions are required to access ...
Peter Cox's user avatar
0 votes
2 answers
407 views

I am having a problem in which applications running in podman containers are attempting to use ipv6 addresses, despite the container having no ipv6 routes (other than the expected link-local addresses)...
larsks's user avatar
  • 38.5k
0 votes
1 answer
261 views

I ran a container using the alpine image and used timeout to run a command in it. After the timeout command ran, there is a dead process left in alpine, and I cannot kill it using the kill command. My ...
Ui Hirazawa's user avatar
-1 votes
1 answer
45 views

Is there a way to create a podman running container that cannot be deleted. On purpose, such that if it is stopped and a command runs prune it will not be removed.
maxfridbe's user avatar
2 votes
1 answer
2k views

I'm using Distrobox to develop applications, and currently I'm working on one which interacts with a service running on the system bus. To test for a connection to the system bus and the service I ...
Newbyte's user avatar
  • 1,522
0 votes
1 answer
110 views

I'm running speed tests between different versions of the same application. I want to be able to allocate a fixed set of cpus to each application. For example I want to run the application on exactly ...
spinosarus123's user avatar
0 votes
0 answers
114 views

The goal is very simple: anything sent to pair1, as outgoing packet, should appear on pair0 as an incoming packet and vice versa. I am thinking on a layer3-only, virtual interface now. tun could do ...
peterh's user avatar
  • 10.5k
1 vote
1 answer
234 views

In my kubernetes (v1.28.7), docker uses containerd as underlying container management engine. (I guess I can call it Container Runtime Interface - CRI? ). This is how I assume that (look at the last ...
user205591's user avatar
0 votes
1 answer
814 views

My goal is to run a Docker container that contains crontab. So I want, as a non-root user, to be able to run scheduled crontab jobs. I am running the following Docker image: FROM openjdk:8 RUN apt-get ...
FueledByPizza's user avatar
1 vote
0 answers
376 views

Am currently trying to automate running emacs on a Distrobox container (the Docker container is silex/emacs:29.2-alpine, although I've also tried silex/emacs:29.2 which uses a Debian image), and am ...
shintuku's user avatar
  • 143

1
2 3 4 5
9