Change ACLs for QNAP LXD unprivileged container

If Advanced Folder Permissions is enabled in QNAP NAS, unprivileged LXD containers won’t start. qnaplxdunpriv changes ACLs of some Container Station files to enable running unprivileged LXD containers. Please make sure to backup your NAS before using this program, and use this program at your own risk. Usage Prebuilt Docker image (amd64) to run this program is available at kobarity/qnaplxdunpriv. So if you are using amd64 NAS, you can run the image as following: docker run -v “$(echo /share/CACHEDEV*_DATA/.qpkg/container-station):/Station” -v […]

Read more

Fills out the container extension form automatically. (Specific to IIT Ropar)

Fills out the container extension form automatically. (Specific to IIT Ropar) Download the chrome driver from the website below (make sure your google chrome browser and chrome driver version is same) Link: https://chromedriver.chromium.org/ Steps: Extract the zip file.Store the extracted directory and main.py file at same level (depth). Eg. – dir1 |-> chromedriver.zip |-> chromedriver (zip extracted directory) |-> main.py Step for setting up the conda environment: conda create –name container python=3.6 conda activate container pip install selenium conda install […]

Read more