mirror of
https://github.com/searxng/searxng.git
synced 2024-11-06 01:19:31 +00:00
c3e4753ce9
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
635 B
635 B
Docker installation
Contents
Make sure you have installed Docker. For instance, you can deploy searx like this:
docker pull wonderfall/searx
docker run -d --name searx -p $PORT:8888 wonderfall/searx
Go to http://localhost:$PORT
.
See https://hub.docker.com/r/wonderfall/searx/ for more informations. It's also possible to build searx from the embedded Dockerfile.
git clone https://github.com/asciimoo/searx.git
cd searx
docker build -t whatever/searx .