KPTree Wiki logo

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.

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

Fulltext results:

Docker mailserver
17 Hits, Last modified: 2 weeks ago
ail. So the following seems to meet my needs: *create file ''ll.sh'' *<code>#!/bin/sh exec ls -la "... 'sqlite3 /app/mailserver.db'' to start sqlite and create or open mailserver.db. *''.open /app/mailserver... eates a table like that: ===sql code=== <code sql>CREATE TABLE IF NOT EXISTS `virtual_domains` ( `id` int... CHARSET=utf8;</code> ===sqlite code=== <code sql>CREATE TABLE IF NOT EXISTS 'virtual_domains' ( id INTE
Docker
17 Hits, Last modified: 8 months ago
s -a'' | Show a list of all containers| |''docker create IMAGE'' | Create a new container| |''docker start CONTAINER''| Sta... volume ls'' | List all volumes| |''docker volume create VOLUME'' | Create a volume| |''docker volume inspect VOLUME'' | Sho... etwork ls'' | List all volumes| |''docker network create NETWORK'' | Create a NETWORK| |''docker network inspect NETWORK'' | ... xnap.com/kb/docker-volumes|Docker Volumes: How to Create & Get Started]] * [[https://phoenixnap.com/kb/n
Nextcloud Container
14 Hits, Last modified: 3 weeks ago
edit config/type of a Circle circles:manage:create create a new circle circles:manage:destroy ... Set a system config value dav dav:create-addressbook Create a dav addressbook dav:create-calendar Create a dav calendar dav:delete-calendar Delete a dav calen... a user from a group groupfolders groupfolders:create Create a new group folder groupfolders:delete
Docker-Compose
10 Hits, Last modified: 5 days ago
rnalctl -b0 -u docker''), e.g. ''error="failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error ... use the ''sudo systemctl edit docker.service'' to create a drop in replacement file. - After this reboot
Docker Deluge Image / Service
9 Hits, Last modified: 2 months ago
Ticks]] *[[https://dzone.com/articles/how-to-create-a-software-development-environment-o|DZone - How to Create a Development Environment on Alpine Linux]] *S6
Docker nginx / php notes
7 Hits, Last modified: 10 months ago
ackoverflow.com/questions/35367676/php-fpm-doesnt-create-sock-file|php-fpm doesn't create .sock file]] *[[https://stackoverflow.com/que
VNC
3 Hits, Last modified: 14 months ago
www.howtoforge.com/how-to-use-apache-guacamole-to-create-a-vnc-connection/|How to use Apache Guacamole to create a VNC Connection]] *[[https://medium.com/@anshu
Reverse Proxy Server - Traefik
3 Hits, Last modified: 20 months ago
cker bridge network named proxy, ''docker network create proxy'' =====Traefik===== <code bash [enable_line... iles/traefik-portainer-ssl/traefik|here]].\\ ====create docker network==== <code bash [enable_line_numbers="true"]>docker network create proxy</code> <code bash [enable_line_numbers="tru
Dokuwiki
2 Hits, Last modified: 5 months ago
data volume:| <code bash> #Not USED docker volume create --driver local \ --opt type=none \ --opt ... less-stopped </code> ++++ ====Todo==== *Need to create a local LAN only functional back-up of the wiki i
File Sharing
1 Hits, Last modified: 20 months ago
leases and based upon the user specific type. So create a new systemd service, ''/lib/systemd/system/sync
Docker - DHCP Kea Server
1 Hits, Last modified: 5 months ago
s for ISC Kea DHCP server. Install if you plan to create any custom Kea hooks.
Docker Host
1 Hits, Last modified: 9 months ago
ime. When I started playing around with Docker to create my own container images I preferred use of the [[