Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

93 total results found

Werkzeuge

Wohnung

environment

Docker

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

Wohnung

pihole with http via traefik 2.0

Docker

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

technology
docker

Küche

Wohnung

samba

Docker

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

Wohnung

sabnzbd

Docker

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

ubuntu

docker installation

Docker

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

Solana

cleanup

Docker

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

Solana

traefik 2.0

Docker

Into how toos part 1 and part 2