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 last modified
  • Sort by hits
  • Sort by last modified

Fulltext results:

VNC @docker_notes
3 Hits, Last modified: 39 hours ago
e desktop, SSH, on Telnet on any HTML5 Browser # Create all databases and tables first guacamole: i... 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
Docker-Compose @docker_notes
11 Hits, Last modified: 2 days ago
===Networking===== By default Docker-Compose will create a new network for the given compose file. You can... fining custom networks in your compose file. ====Create and assign custom network==== *Example:* <code y... se persistent storage. In a compose file, you can create and map volumes like this: <code yaml> volumes: ... cross the Docker installation and they need to be created by the user (otherwise fails) using the docker v
Docker mailserver @docker_notes
23 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... u want to receive email for.| This SQL statement creates a table like that: ===sql code=== <code sql>CREATE TABLE IF NOT EXISTS `virtual_domains` ( `id` int(11)
Docker Deluge Image / Service @docker_notes
11 Hits, Last modified: 2 weeks ago
'docker build -t deluge-openvpn-nftables .'' - to create the image deluge-openvpn-nftables *''docker run... ying ++macvlan option|<code bash> docker network create -d macvlan \ --subnet=192.168.1.0/24 \ ... re and this worked a beaut. * Need to manually create ++/dev/net/tun|<code bash> #!/bin/sh mkdir -p /d... e that NFS server is running. <code>docker volume create --driver local \ --opt type=nfs \ --opt o=add
Docker @docker_notes
20 Hits, Last modified: 2 weeks ago
inux applications. Docker Desktop originally was created to allow operating systems other than Linux to r... ams run natively. A version of Docker Desktop was created for Linux that looks like it has some additional... a more complex iptable configuration I could have created a file called iptables-docker.rules in /etc/ipta... ty addition command is: <code bash> docker volume create portainer_data docker run -d -p 9443:9443 --name=
Docker - DHCP Kea Server @docker_notes
2 Hits, Last modified: 4 weeks ago
s for ISC Kea DHCP server. Install if you plan to create any custom Kea hooks. ... work: /bin/ln -sf /app/log/ /var/log/kea , so I created a specific docker volume to the log file and thi