Does LXC support XFS filesystem?
user3271961 asked: I am working on my local system and I want to run both docker and LXC containers. Docker provides storage options that only works with XFS to limit …
Freedom through Communications
Browsing Tag
user3271961 asked: I am working on my local system and I want to run both docker and LXC containers. Docker provides storage options that only works with XFS to limit …
PatricF asked: TL;DR Trying to masquerade everything from Docker with firewalld manually. I just started to use firewalld on my Debian 10 machine since I want to learn how it …
martin asked: I had this problem this morning for both update / upgrade on red hat (Linux 4.18.0-240.1.1.el8_3.x86_64), not sure what to do. Sounds like yum is completely stuck because …
Andriy F. asked: I have been using Fedora CoreOS version 31.20200505.3.0 on digitalocean (image took from here https://getfedora.org/coreos/download?tab=cloud_operators&stream=stable) Default user core, but need elevation to use docker Installing docker-compose via …
Ulrar asked: I have some docker containers with volumes bound to directories on the host, all on the same hard drive. But from example when I run mv /input/test /output/test, …
KdgDev asked: I want to set up the configuration for Docker as such that, on boot, it does not automatically start the containers. I’ve read about disabling the service with …
Fawad Rana asked: I am running docker and with that I am using nginx and cant start server on localhost full tracktrace ERROR: for nginx Cannot start service nginx: driver …
Vladimir Stanciu asked: I have a VPS, on which i have some docker containers running. From time to time i receive a message, similar to the one below, from my …
ovidiu asked: I am in the process of migrating some services from Ubuntu 18.04 to 20.04. In 18.04 I run these services under a non-root user. All these services start …
Guest user asked: I’d like to build a docker image which will the base of my containers, but I’d like to prevent creating a container directly from it. Is it …