create

Search

You can find the results of your search below.

Docker @docker_notes
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 @docker_notes
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 @docker_notes
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/
KPTree - Email Server Setup @home_server
5 Hits, Last modified:
T_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION'; SET SESSION sql_mod... T_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION'; SELECT @@SQL_MODE, ... installer directory, disable access in apache2: create new file: ''/etc/apache2/sites-available/roundcub... *To show databases: ''show databases;'' *To create database (where new database name is: dBase_NAME)
Reverse Proxy Server @docker_notes
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
KPTree - MSWindows Setup @home_server
2 Hits, Last modified:
art and select so). Then run following command to create a simlink to NAS stored iTunes library: ''%%mklin... e current document%% *%Ctrl-n or Ctrl-Alt-F2 to create new document%% *[[https://www.computerhope.com
VIM Editor @home_server:home_server_setup:other_services
2 Hits, Last modified:
ckground terminal windows I prefer to use. Simply create the file on home directory, ".vimrc" (''vim ~/.vi... from the cursor to string | | zf | operator to create a fold | | zf'a | fold to mark | | zn | fol
Docker Host @docker_notes
1 Hits, Last modified:
ime. When I started playing around with Docker to create my own container images I preferred use of the Al