create

Search

You can find the results of your search below.

Docker mailserver
16 Hits, Last modified:
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
15 Hits, Last modified:
ty addition command is: <code bash> docker volume create portainer_data docker run -d -p 9443:9443 --name=... s -a'' | Show a list of all containers| |''docker create IMAGE'' | Create a new container| |''docker start CONTAINER''| Start a container| |''docker stop CONTAINE... ag an image| |''docker commit CONTAINER IMAGE'' | Create an image (from a container)| |''docker import URL
Nextcloud Container
11 Hits, Last modified:
edit config/type of a Circle circles:manage:create create a new circle circles:manage:destroy destroy a circle by its ID ... Set a system config value dav dav:create-addressbook Create a dav addressbook dav:create-calendar Create a da
Docker-Compose
10 Hits, Last modified:
===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: ... he user (otherwise fails) using the docker volume create command. (References: [[http://sefidian.com/2021/
Docker Deluge Image / Service
9 Hits, Last modified:
'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 nginx / php notes
7 Hits, Last modified:
ctory ''/etc/nginx/http.d/'' should already exit. Create test.conf. ++++/etc/nginx/http.d/test.conf| <code... at handle many sessions. ; ; NOTE 1: PHP will not create this directory structure automatically. ; ... ell the jpeg decode to ignore warnings and try to create ; a gd image. The warning will then be displayed ... ferent than the master process user. It allows to create process ; core dump and ptrace the process for th
Reverse Proxy Server
3 Hits, Last modified:
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:
_data volume: <code bash> #Not USED docker volume create --driver local \ --opt type=none \ --opt ... estart: unless-stopped </code> Todo: * Need to create a local LAN only functional back-up of the wiki i
Docker - DHCP Server
1 Hits, Last modified:
s for ISC Kea DHCP server. Install if you plan to create any custom Kea hooks.|Probably do not need.| |isc
Docker Host
1 Hits, Last modified:
ime. When I started playing around with Docker to create my own container images I preferred use of the Al