Advanced Search
Search Results
93 total results found
Werkzeuge
environment
The environment file can be used to store global configuration parameters for your docker-compose file. The file is stored in /etc/environment. The following configuration is largely based on docker media server how to. vim /etc/environment After a standa...
Supermicro
Glasfaser
pihole with http via traefik 2.0
This docker-compose file shows a basic traefik 2.0. configuration. version: '3.7' services: # traefik: container_name: traefik domainname: ${DOMAINNAME} image: traefik restart: unless-stopped command: - --api.insecure...
Docker
Küche
samba
Create the first docker-compose.yml file su - cloud Switch to bash as shell bash Create a docker folder mkdir /home/cloud/docker Open the docker file vim /home/cloud/docker/docker-compose.yml docker-compose.yml This is a basic samba configurat...
Network
Treppe
sabnzbd
version: '3.6' services: traefik: container_name: traefik domainname: ${DOMAINNAME} image: traefik restart: unless-stopped command: --api.insecure=true --providers.docker --providers.docker.exposedbydefault=false --entrypoints.we...
Internet connectivity
chia
docker installation
This documentation shows how to install docker from the docker ppa Create users and groups First create a user and group cloud useradd -u 1002 -m cloud Add the user cloud to the sudo group usermod -a -G sudo cloud Add a docker group groupadd docker Add the ...
linux
Installation
cleanup
Some times you want to clean up your docker environment after experimenting, this shows you how you can do it. Prune images docker image prune -a Prune containers docker container prune Prune volumes docker volume prune Prune networks docker netw...
ZFS
Stake
traefik 2.0
Into how toos part 1 and part 2