585 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
70
views
Syncing files with proxmox LXC, VM ...?
I actually have a very simple task, but I still don't know the easiest way to solve it. It would be best if the solution was based on my proxmox homeserver, because I already have it.
I have a NAS in ...
0
votes
1
answer
204
views
LXC Container Automatic Build
I want to build lxc containers automatically, ideally in a GitLab CI pipeline, but I do not seem to find a way to make it work. I am currently using distrobuilder to build for example a timescale ...
0
votes
0
answers
90
views
Firewall in Bridged LXC Containers
I am new to networking, and I am trying to implement a firewall inside of an LXC container (Alpine Linux) that is bridged with another LXC container (Alpine Linux) through a br0 interface.
Right now, ...
1
vote
0
answers
65
views
How to detect if a Java application running as a systemd service is operating within an LXC container?
I am trying to detect if java app running as systemd service is operating inside lxc container from app itself through java code.
checking /proc/self/cgroup file for "lxc" string works if app is not ...
0
votes
1
answer
2k
views
Mount storage in LXC container from Proxmox
I've mounted new LXC container from Proxmox with Ubuntu 22.x. In this container, i've added Frigate with Docker and docker-compose.
I'm trying to use Proxmox storage for save all videos/pics. For this,...
-1
votes
1
answer
62
views
Implement iterative precopy migration for Containers (Docker, Podman)
I am implementing iterative precopy migration for containers (Docker, Podman) using the following commands:
sudo podman container checkpoint -R -e="/home/rohan/Desktop/Precopy migration/...
0
votes
1
answer
71
views
Some random ownership changes through `rsync -a` inside a LXC container
I am migrating a dedicated server running Debian 12 with LXC and a couple of containers.
I use rsync with -avhze options from the new server (pulling), with root user on both sides.
It appears that ...
0
votes
0
answers
50
views
Why do I have the lxd process running with docker?
I'm new to the docker world, but I'm familiar with the differences between Docker and LXC/LXD. Although Docker previously used LXC for creating and managing containers, it has since evolved to use its ...
0
votes
1
answer
2k
views
LXD/LXC container has no external network access (debian 12) [closed]
I am trying to setup an LXC container with communication to external network (ex: debian update servers), but like many many posts online it is not working for me and have tried all of the ...
-1
votes
1
answer
101
views
package installation incomplete on lxc fedora 39 container [closed]
I want to install a package on a lxc container. One path from the package is missing after successful installation:
path: /usr/share/doc/pdns
ll -a /usr/share/doc/pdns/schema.mysql.sql
ls: cannot ...
1
vote
1
answer
163
views
Permission denied while running shell bash command with lxc-container in jenkins
When running this block in Jenkinsfile:
String runTest = """
#!/bin/bash
if [ ${EXTRA_ENV} != "none" ]; then
echo "...
-1
votes
1
answer
3k
views
Running waydroid on Raspberry Pi 4 b
I want to run waydroid on my raspberry pi in order to install and test android apps on a "mobile linux device" which i can connect to a touch display. I am running Raspbian OS 64 bit legacy (...
2
votes
0
answers
325
views
LXC container with windows died
My LXC container with windows 11 died. I've installed official version of windows 11. Here is the log:
lxc info win11 --show-log
Name: win11
Status: STOPPED
Type: virtual-machine
Architecture: x86_64
...
0
votes
1
answer
424
views
Wazuh Indexder throws /entrypoint.sh permission denied after running `docker-compose up`
I am setting up a Wazuh LXC container on proxmox by refering the Wazuh Official documentation:
My Debian LXC:
Linux debian-wazuh 6.2.16-3-pve #1 SMP PREEMPT_DYNAMIC PVE 6.2.16-3 (2023年06月17日T05:58Z) ...
3
votes
1
answer
3k
views
Unable to Run NVIDIA GPU-Enabled Docker Containers Inside an LXC Container
Question:
I am facing an issue when trying to run Docker containers that require GPU access within an LXC container. Standard Docker containers run fine, but when I try to use the NVIDIA GPU by adding ...