Это старая версия документа.



Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /home/users/p/prom-auto/domains/prom-auto.ru/wiki/inc/parser/handler.php on line 1458

Warning: Declaration of syntax_plugin_tablecalc::handle($match, $state, $pos, &$handler) should be compatible with DokuWiki_Syntax_Plugin::handle($match, $state, $pos, Doku_Handler $handler) in /home/users/p/prom-auto/domains/prom-auto.ru/wiki/lib/plugins/tablecalc/syntax.php on line 41

Warning: Declaration of syntax_plugin_tablecalc::render($mode, &$renderer, $data) should be compatible with DokuWiki_Syntax_Plugin::render($format, Doku_Renderer $renderer, $data) in /home/users/p/prom-auto/domains/prom-auto.ru/wiki/lib/plugins/tablecalc/syntax.php on line 72

Warning: Declaration of syntax_plugin_offline::handle($match, $state, $pos, &$handler) should be compatible with DokuWiki_Syntax_Plugin::handle($match, $state, $pos, Doku_Handler $handler) in /home/users/p/prom-auto/domains/prom-auto.ru/wiki/lib/plugins/offline/syntax.php on line 60

Warning: Declaration of syntax_plugin_offline::render($format, &$renderer, $data) should be compatible with DokuWiki_Syntax_Plugin::render($format, Doku_Renderer $renderer, $data) in /home/users/p/prom-auto/domains/prom-auto.ru/wiki/lib/plugins/offline/syntax.php on line 67

Warning: preg_match(): Compilation failed: invalid range in character class at offset 3416 in /home/users/p/prom-auto/domains/prom-auto.ru/wiki/inc/parser/lexer.php on line 118
A PCRE internal error occured. This might be caused by a faulty plugin

=====Пример котнейнер для запуска произвольного сервера FireBird (OS Linux):===== установить docker.io sudo apt-get install docker.io =====Dockerfile===== в директории для конкретной конфигурации создать Dockerfile (при необходимости указать нужную версию сервера firebird) FROM ubuntu:16.04 MAINTAINER Alexey Beljaev <alexisvabel@gmail.com> RUN dpkg --add-architecture i386 \ && apt-get update \ && apt-get install -y xinetd curl libc6:i386 libncurses5:i386 libstdc++5:i386 \ && curl -SL "https://sourceforge.net/projects/firebird/files/firebird-linux-i386/3.0.2-Release/Firebird-debuginfo-3.0.2.32703-0.i686.tar.gz" -o firebird.tar.gz \ && mkdir -p /usr/src/firebird \ && tar -xvf firebird.tar.gz -C /usr/src/firebird --strip-components=1 \ && rm firebird.tar.gz \ && cd /usr/src/firebird \ && sed -i "141s/^/# /" install.sh \ && sed -i "141s/^/# /" scripts/tarMainInstall.sh \ && sed -i "323,324s/^/# /" scripts/postinstall.sh \ && sed -i "324aNewPasswd=masterkey" scripts/postinstall.sh \ && sh install.sh \ && rm -rf /usr/src/firebird ENV PATH $PATH:/opt/firebird/bin EXPOSE 3050/tcp =====Сборка образа===== sudo docker build . // при возникновении ошибок отредактировать соответствующую зависимость

doc/docker/index.1582615514.txt.gz · Последние изменения: 2020/02/25 10:25 — alexeyb
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0