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.

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

Fulltext results:

Docker-Compose @docker_notes
5 Hits, Last modified: 3 days ago
file. ====Create and assign custom network==== *Example:* <code yaml> networks: custom-network: servic... `external: true` parameter in your compose file *Example:* <code yaml> networks: existing-network: e... -compose.html|Using volumes in Docker Compose]]) Example: Defines web_data volume: <code bash> docker vol... es using a name section as we did in the previous example. =====NFS File System not ready===== It is amazin
Docker mailserver @docker_notes
46 Hits, Last modified: 3 weeks ago
any address in a domain) the source looks like “@example.org”. | |destination |The email address that the ... ains(id) ON DELETE CASCADE );</code> ====sqlite example test data==== The following test dat acan be used... PLACE INTO virtual_domains (id,name) VALUES ('1','example.org'); REPLACE INTO virtual_users (id,domain_id,... 1CG3aleIleu6lYjup2CIg0BP4M4YCZsO204Czz07W', 'john@example.org'); REPLACE INTO virtual_aliases (id,domain_i
Docker init Systems @docker_notes
4 Hits, Last modified: 3 weeks ago
lt on the latest Apline Linux as base image. Some examples: *[[https://wiki.kptree.net/doku.php?id=docker... rom the image supplier to add functionality. Some examples: *[[https://wiki.kptree.net/doku.php?id=docker... tcloud#nextcloud_with_supervisord|Nextcloud (only example)]] There are other init systems out there that I... cker compose add the directive ''init: true'' see example below: ++++docker-compose.yml snippet| <code>serv
Docker Deluge Image / Service @docker_notes
1 Hits, Last modified: 3 weeks ago
kb/linux-export-command|Linux export Command with Examples]] *s6 *[[https://skarnet.org/software/s6-p
Linux CLI Commands @tech_notes
1 Hits, Last modified: 4 weeks ago
Linux CLI (Command Line Interface) Commands with examples and grouped by type =====File System===== ====