-
-
Docker high image disk utilization: why is my docker image/disk getting full?
Sure there is, you can "enter" the docker container with this command: docker exec -i -t CONTAINER_ID /bin/bash Get the CONTAINER_ID from the "docker ps" command
-
Docker high image disk utilization: why is my docker image/disk getting full?
what does the usage in /var/lib/docker look like? what is your output of this command? du -h -d 1 /var/lib/docker/
-
Docker high image disk utilization: why is my docker image/disk getting full?
use "docker ps -s" to see where the usage is, and then figure out how to clean it up. mine was in pydio: # docker ps -s CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES SIZE 2d6bc0931a8c limetech/plex "/sbin/my_init" 3 weeks ago Up 6 days PlexMediaServer 377.3 kB (virtual 557.3 MB) ad63faa6b9f5 linuxserver/letsencrypt "/init" 4 weeks ago Up 6 days 0.0.0.0:1180->80/tcp, 0.0.0.0:11443->443/tcp letsencrypt 624.1 kB (virtual 180.2 MB) e22be497a65d linuxserver/rutorrent "/init" 4 weeks ago Up 6 days 0.0.0.0:51413->51413/tcp, 0.0.0.0:6881->6881/udp, 0.0.0.0:51444->51444/tcp, 0.0.0.0:10080->80/tcp rutorrent 4.924 MB (virtual 123.9 MB) c717743877a1 linuxserver/pydio "/init" 5 weeks ago Up 6 days 80/tcp, 0.0.0.0:33443->443/tcp pydio 58.47 GB (virtual 58.66 GB) 83792be00581 linuxserver/mysql "/sbin/my_init" 5 weeks ago Up 6 days 0.0.0.0:3306->3306/tcp mysql 796.8 kB (virtual 533.7 MB) 655e33471cbe linuxserver/sonarr "/init" 6 weeks ago Up 6 days 0.0.0.0:18989->8989/tcp sonarr 22.27 MB (virtual 528.1 MB) 7088b4c76ff3 linuxserver/couchpotato "/init" 6 weeks ago Up 6 days 0.0.0.0:15050->5050/tcp couchpotato 18.56 MB (virtual 164.1 MB) b1aa37b16af1 linuxserver/jackett "/init" 6 weeks ago Up 6 days 0.0.0.0:19117->9117/tcp jackett 12.13 MB (virtual 510.9 MB) 4776efea5f09 linuxserver/plexpy "/init" 6 weeks ago Up 6 days 0.0.0.0:18181->8181/tcp plexpy 89.75 MB (virtual 324.2 MB) da4cf5fb541d linuxserver/plexrequests "/init" 6 weeks ago Up 6 days 0.0.0.0:3000->3000/tcp plexrequests 43.48 MB (virtual 373.4 MB)
-
[DEPRECATED] Linuxserver.io - Rutorrent
that should not be necessary. anything under your specific duckdns subdomain is already owned by you. lets say your subdomain is "mydomain": www.mydomain.duckdns.org tor.mydomain.duckdns.org blah.mydomain.duckdns.org These are all already owned by you. I'm not familiar with the duckdns/letsencrypt setup. Is this all in one docker container? or do you have a separate container for duckdns and a separate container for letsencrypt?
-
[DEPRECATED] Linuxserver.io - Rutorrent
this looks good, means your nginx reverse proxy is working as expected. Now you just have to fix your letsencrypt cert to allow for the new subdomain. Edit your letsencrypt docker container and "tor" to the list of subdomains, see attachment
-
[DEPRECATED] Linuxserver.io - Rutorrent
So the subdomain will be something like "tor.test.duckdns.org", not a new/separate duckdns.org subdomain. I use dyndns.info and adding a another subdomain to mydomain.dyndns.info doesnt require any additional configuration on the dyndns.info site, so i assume its the same for duckdns.org. On the letsencrypt docker, you will need to add "tor" to the list of subdomains, and restart the container. The nginx config i pasted earlier goes on the letsncrypt docker container, not the rutorrect docker. You will need to restart the container after you edit site-enabled/default
-
[DEPRECATED] Linuxserver.io - Rutorrent
Yes, it's possible. you need to use the sub domain -- the url/path doesn't work here. this is my nginx config for "tor.mydomain.com" server { listen 443 ssl; root /config/www; index index.html index.htm index.php; server_name tor.*; ssl_certificate /config/keys/letsencrypt/fullchain.pem; ssl_certificate_key /config/keys/letsencrypt/privkey.pem; ssl_dhparam /config/nginx/dhparams.pem; ssl_ciphers 'ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-DSS-AES12 8-GCM-SHA256:kEDH+AESGCM:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA384:ECDHE-R SA-AES256-SHA:ECDHE-ECDSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-DSS-AES128-SHA256:DHE-RSA-AES256-SHA256:DHE-DSS-AES256-SHA:DHE-RSA-AES256-SHA:AES128-GCM-SHA25 6:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:AES:CAMELLIA:DES-CBC3-SHA:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!aECDH:!EDH-DSS-DES-CBC3-SHA:!EDH-RSA- DES-CBC3-SHA:!KRB5-DES-CBC3-SHA'; ssl_prefer_server_ciphers on; client_max_body_size 0; location / { auth_basic "Restricted"; auth_basic_user_file /config/nginx/.htpasswd; include /config/nginx/proxy.conf; proxy_pass http://192.168.1.100:10080; # change this to your rutorrent ip/port } }
-
Windows 7 VirtIO Drivers will not install
i was only able to get this working by changing the vDisk bus to SATA (from VirtIO). This option is available under the advanced settings when creating a VM, see attached image.
-
SOLVED - Device is ineligible for IOMMU domain attach due to platform RMRR.
thanks! after a little bit more "engineering", this following combo worked! append pcie_acs_override=id:10de:10d8,10de:0be3 vfio_iommu_type1.allow_unsafe_interrupts=1 initrd=/bzroot append pcie_acs_override=id:10de:10d8,10de:0be3 vfio_iommu_type1.allow_unsafe_interrupts=1 initrd=/bzroot I'm not home to verify video output is working as expected, but i can can verify the VM started and windows detected my nvidia card fine:
-
SOLVED - Device is ineligible for IOMMU domain attach due to platform RMRR.
hey -- I'm still getting the same error on my dl380 g7 when trying to pass through the following video card: # lspci|grep -i nvi 09:00.0 VGA compatible controller: NVIDIA Corporation GT218 [NVS 300] (rev a2) 09:00.1 Audio device: NVIDIA Corporation High Definition Audio Controller (rev a1) This is the error on dmesg: [ 156.261493] pci 0000:09:00.1: Device is ineligible for IOMMU domain attach due to platform RMRR requirement. Contact your platform vendor. It is strange that it's complaining about 09:00.1 even though I'm only passing through the video card -- not the audio device: <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x09' slot='0x00' function='0x0'/> </source> <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/> </hostdev> I've tried several grub config edits, but none have worked: append pcie_acs_override=id:10de:1381,10de:0fbc initrd=/bzroot append vfio_iommu_type1.allow_unsafe_interrupts=1 initrd=/bzroot append pcie_acs_override=downstream initrd=/bzroot any ideas what I'm missing here? Thanks!
assassinmunky
Members
-
Joined
-
Last visited