KPTree Wiki

  • Page Tools
    Show pageOld revisionsBacklinks
  • Site Tools
    Recent ChangesMedia ManagerSitemap
  • User Tools
    Log In

Search

You can find the results of your search below.

Starts with
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • docker_notes (6)
Past month
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

Docker mailserver @docker_notes
52 Hits, Last modified: 11 days ago
2 virtual machine<sup>1</sup>, with a Maria mysql database<sup>2</sup>, this setup is for installation o... ne linux Docker image with s6-rc init using maria database. I toyed with sqlite and basically got it fu... ail server could be loaded on base metal. - The database requirements for a small mailserver with a fe... aliases is well within the capacity of the sqlite database. The use of a full multi user server / client
Docker @docker_notes
8 Hits, Last modified: 12 days ago
127.0.0.11:53. //(Note that DNS uses UDP not TCP datagrams.)// Further to this The container netfilter... the business edition to the community edition the database on the volume storage needs to be downgraded ... nd is: <code bash> docker volume create portainer_data docker run -d -p 9443:9443 --name=portainer --res... cker.sock:/var/run/docker.sock \ -v portainer_data:/data \ portainer/portainer-ce:latest </code>
Docker-Compose @docker_notes
5 Hits, Last modified: 11 days ago
lumes in Docker Compose]]) Example: Defines web_data volume: <code bash> docker volume create --driver... "/var/opt/my_website/dist" \ --opt o=bind web_data </code> docker-compose.yml file with a named volume web_data defined externally: <code yaml> version '3' volumes: web_data: external: true services: app: image:
Homepage dashboard @docker_notes
5 Hits, Last modified: 3 weeks ago
Some Docker images default to using the postgres database. Currently at least up grading to version 17... cker-major-version-upgrade|Upgrading A PostgreSQL Database Running In Docker]] *[[https://blog.lucas.n... *[[https://www.sql-easy.com/learn/how-to-import-database-in-postgresql/|How to Import Database in PostgreSQL: A Step-by-Step Guide for Beginners]] *[[htt
Docker - DHCP Kea Server @docker_notes
3 Hits, Last modified: 4 weeks ago
in | | This package provides backend database initialization and migration scripts and a DHCP benchmark tool. If you are not using a database backend, you may not need this. | Not using a database backend at this time | | isc-kea-common
Docker init Systems @docker_notes
1 Hits, Last modified: 11 days ago
ocker_notes:docker-mailserver#mariadb|Mail server database and web interface (mariadb php nginx)]] *