Search
You can find the results of your search below.
Matching pagenames:
Fulltext results:
- Docker-Compose @docker_notes
- {{tag>linux docker compose docker-compose "docker compose" container network nftables iptables nft}} ======Docker-Compose====== *Docker Docs [[https://docs.doc
- Docker init Systems @docker_notes
- {{tag>Alpine linux docker init s6 s6-rc}} ======Docker init Systems====== There are a number of init systems used on docker containers, many are the defaults that ship with ... xamples: *[[https://wiki.kptree.net/doku.php?id=docker_notes:docker-dns#docker_-_dns_server|DNS (ISC Bin
- Homepage dashboard @docker_notes
- ee Speed Tester page]] =====postgres===== Some Docker images default to using the postgres database. ... w.minskio.co.uk/upgrading-postgresql-in-an-alpine-docker-container/|Upgrading PostgreSQL in an Alpine docker container]] *[[https://thomasbandt.com/postgres-docker-major-version-upgrade|Upgrading A PostgreSQL Data
- Docker @docker_notes
- {{tag>linux docker cli installation network volume iptables nftables portainer}} ======Docker====== **Docker** is a set of platform as a service (PaaS) products that use OS-level virtualization to de... he software that hosts the containers is called **Docker Engine**. *Project Homepage: [Home - Docker](ht
- turn server @docker_notes
- {{tag>linux docker turnserver}} ======turn server======= From wikipedia; [[https://en.wikipedia.org/wiki/T... *[[https://www.metered.ca/blog/running-coturn-in-docker-a-step-by-step-guide/|CoTURN in Docker: A Step-by-Step Guide]] *[[https://hub.docker.com/r/coturn/coturn|Coturn TURN server Docker image]] *
- sidebar
- *[[home_server:home_server_setup:other_services:docker]] *[[home_server:home_server_setup:other_servic... otes:builtin]] *[[tech_notes:alpine]] ++++ ++++Docker Notes| *[[docker_notes:index]] *[[docker_notes:vm-container]] *[[docker_notes:docker]] *[[docker_notes:docker-compos
- NFTables Configuration @linux_router
- ecessary. I have recently been using Traefik in a Docker container to act as my back-end server proxy and
- Calibre @docker_notes
- {{tag>linux docker Calibre}} ======Calibre====== ====Calibre==== This Docker container is based [[https://fleet.linuxserver.io... rver/calibre|linuxserver/calibre]], [[https://hub.docker.com/r/linuxserver/calibre|Docker hub linuxserver/calibre]], [[https://calibre-ebook.com/|Calibre ebook ma
- Docker - DHCP Server @docker_notes
- {{tag>linux docker kea dhcp}} ======Docker - DHCP Server====== Since mid 2023 I have been running a Docker ISC Kea Image using base Docker Alpine Linux images, with S6 init system. <fs x-small>(ISC Kea is a moder
- Docker - DNS Server @docker_notes
- {{tag>linux docker DNS bind9}} ======Docker - DNS Server====== [[https://www.hostinger.com/tutorials/what-is-dns|What Is DNS... running on my home router computer. I created a Docker Bind9 Image using base Docker Alpine Linux images, with S6 init system. =====Linux setup to forward pa
- Docker - diun & ntfy @docker_notes
- {{tag>linux docker diun ntfy}} ======Docker - diun & ntfy====== ntfy is a notification application and server frame work. I... ave formatting issues. diun is used to check for Docker image updates. It then uses a notification app o... _client''. To fix it added the init option to the docker-compose.yml configuration, ++++docker-compose.ym
- Docker nginx / php notes @docker_notes
- {{tag>linux docker nginx php fast-cgi php-fpm}} ======Docker nginx / php notes====== =====nginx executable===== I had some ... rking using php-fpm socket with Apline Linux on 2 Docker instances, one running Nginx and the other php-fp... fc> Next try would be a second Nginx in separate Docker and then trying IP TCP connectivity instead of so
- Docker mailserver @docker_notes
- {{tag>linux docker mail mailserver Alpine dovecot postfix sqlite s6 s6-rc}} ======Docker mailserver====== This mailserver setup follows Wo... setup is for installation on latest Alpine linux Docker image with s6-rc init using maria database. I to... nal database is not necessary, particularly for a Docker based server implementation. See [[https://www.di
- Reverse Proxy Server @docker_notes
- {{tag>linux docker traefik "reverse proxy" proxy openssl ssl certificate portainer cloudsec}} ======Revers... ect them all===== These containers all talk via a docker bridge network named proxy, ''docker network create proxy'' =====Traefik===== <code bash [enable_line_numbers="true"]> cd /home/docker_store sudo mkdir traefik sudo chown baumkp:baumkp
- BASH Customisation @home_server:home_server_setup:other_services
- use it as a starter source ~/.bash_aliases.env # DOCKER COMMON - All docker commands start with "d" alias dstop='sudo docker stop $(docker ps -a -q)' alias dstopall='sudo docker stop $(sudo docker ps -aq)' alias drm='sudo docker r