2020-01-06 15:33:58 +01:00
<!DOCTYPE html>
2020-06-19 11:15:15 +02:00
< html >
2020-01-06 15:33:58 +01:00
< head >
< meta charset = "utf-8" / >
2020-06-19 11:15:15 +02:00
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
2020-01-06 15:33:58 +01:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
2020-06-19 11:15:15 +02:00
< title > Docker installation — Searx Documentation (Searx-0.16.0.tex)< / title >
2020-01-06 15:33:58 +01:00
< link rel = "stylesheet" href = "../_static/searx.css" type = "text/css" / >
< link rel = "stylesheet" href = "../_static/pygments.css" type = "text/css" / >
2020-02-15 10:08:58 +01:00
< script id = "documentation_options" data-url_root = "../" src = "../_static/documentation_options.js" > < / script >
< script src = "../_static/jquery.js" > < / script >
< script src = "../_static/underscore.js" > < / script >
< script src = "../_static/doctools.js" > < / script >
< script src = "../_static/language_data.js" > < / script >
2020-01-06 15:33:58 +01:00
< link rel = "index" title = "Index" href = "../genindex.html" / >
< link rel = "search" title = "Search" href = "../search.html" / >
2020-06-19 11:15:15 +02:00
< link rel = "next" title = "How to update" href = "update-searx.html" / >
< link rel = "prev" title = "Install with apache" href = "installation-apache.html" / >
2020-01-06 15:33:58 +01:00
< script > DOCUMENTATION _OPTIONS . URL _ROOT = '../' ; < / script >
< / head > < body >
< div class = "related" role = "navigation" aria-label = "related navigation" >
< h3 > Navigation< / h3 >
< ul >
< li class = "right" style = "margin-right: 10px" >
< a href = "../genindex.html" title = "General Index"
accesskey="I">index< / a > < / li >
2020-06-19 11:15:15 +02:00
< li class = "right" >
< a href = "update-searx.html" title = "How to update"
accesskey="N">next< / a > |< / li >
< li class = "right" >
< a href = "installation-apache.html" title = "Install with apache"
accesskey="P">previous< / a > |< / li >
< li class = "nav-item nav-item-0" > < a href = "../index.html" > Searx Documentation (Searx-0.16.0.tex)< / a > » < / li >
< li class = "nav-item nav-item-1" > < a href = "index.html" accesskey = "U" > Administrator documentation< / a > » < / li >
< li class = "nav-item nav-item-this" > < a href = "" > Docker installation< / a > < / li >
2020-01-06 15:33:58 +01:00
< / ul >
< / div >
< div class = "document" >
< div class = "documentwrapper" >
< div class = "bodywrapper" >
< div class = "body" role = "main" >
2020-06-19 11:15:15 +02:00
< div class = "section" id = "docker-installation" >
< span id = "installation-docker" > < / span > < h1 > Docker installation< a class = "headerlink" href = "#docker-installation" title = "Permalink to this headline" > ¶< / a > < / h1 >
< p > Make sure you have installed Docker. For instance, you can deploy searx like this:< / p >
< div class = "highlight-sh notranslate" > < div class = "highlight" > < pre > < span > < / span > docker pull wonderfall/searx
docker run -d --name searx -p < span class = "nv" > $PORT< / span > :8888 wonderfall/searx
< / pre > < / div >
< / div >
< p > Go to < code class = "docutils literal notranslate" > < span class = "pre" > http://localhost:$PORT< / span > < / code > .< / p >
< p > See < a class = "reference external" href = "https://hub.docker.com/r/wonderfall/searx/" > https://hub.docker.com/r/wonderfall/searx/< / a > for more informations. It’ s also
possible to build searx from the embedded Dockerfile.< / p >
< div class = "highlight-sh notranslate" > < div class = "highlight" > < pre > < span > < / span > git clone https://github.com/asciimoo/searx.git
< span class = "nb" > cd< / span > searx
docker build -t whatever/searx .
< / pre > < / div >
< / div >
< / div >
2020-01-06 15:33:58 +01:00
2020-06-19 11:15:15 +02:00
< div class = "clearer" > < / div >
2020-01-06 15:33:58 +01:00
< / div >
< / div >
< / div >
< span id = "sidebar-top" > < / span >
< div class = "sphinxsidebar" role = "navigation" aria-label = "main navigation" >
< div class = "sphinxsidebarwrapper" >
< p class = "logo" > < a href = "../index.html" >
< img class = "logo" src = "../_static/searx_logo_small.png" alt = "Logo" / >
< / a > < / p >
< h3 > Project Links< / h3 >
< ul >
2020-04-19 12:57:50 +02:00
< li > < a href = "https://github.com/asciimoo/searx" > Source< / a >
2020-01-06 15:33:58 +01:00
< li > < a href = "https://github.com/asciimoo/searx/wiki" > Wiki< / a >
2020-02-15 10:08:58 +01:00
< li > < a href = "https://searx.space/" > Public instances< / a >
2020-01-06 15:33:58 +01:00
< li > < a href = "https://twitter.com/Searx_engine" > Twitter< / a >
< / ul > < h3 > Navigation< / h3 >
< ul >
< li > < a href = "../index.html" > Overview< / a >
2020-06-19 11:15:15 +02:00
< ul >
< li > < a href = "index.html" > Administrator documentation< / a >
< ul >
< li > Previous: < a href = "installation-apache.html" title = "previous chapter" > Install with apache< / a >
< li > Next: < a href = "update-searx.html" title = "next chapter" > How to update< / a > < / ul >
< / li >
< / ul >
2020-01-06 15:33:58 +01:00
< / li >
< / ul >
< div id = "searchbox" style = "display: none" role = "search" >
< h3 id = "searchlabel" > Quick search< / h3 >
< div class = "searchformwrapper" >
< form class = "search" action = "../search.html" method = "get" >
< input type = "text" name = "q" aria-labelledby = "searchlabel" / >
< input type = "submit" value = "Go" / >
< / form >
< / div >
< / div >
2020-02-15 10:08:58 +01:00
< script > $ ( '#searchbox' ) . show ( 0 ) ; < / script >
2020-01-06 15:33:58 +01:00
< / div >
< / div >
< div class = "clearer" > < / div >
< / div >
< div class = "footer" role = "contentinfo" >
2020-02-20 19:32:55 +01:00
© Copyright 2015-2020, Adam Tauber, Noémi Ványi.
2020-06-19 11:15:15 +02:00
Created using < a href = "https://www.sphinx-doc.org/" > Sphinx< / a > 3.1.1.
2020-01-06 15:33:58 +01:00
< / div >
2020-02-15 10:08:58 +01:00
< script src = "../_static/version_warning_offset.js" > < / script >
2020-01-06 15:33:58 +01:00
< / body >
< / html >