12345678910111213141516171819202122232425262728 |
- .. _installation docker:
- ===================
- Docker installation
- ===================
- .. contents:: Contents
- :depth: 2
- :local:
- :backlinks: entry
- Make sure you have installed Docker. For instance, you can deploy searx like this:
- .. code:: sh
- docker pull wonderfall/searx
- docker run -d --name searx -p $PORT:8888 wonderfall/searx
- Go to ``http:
- See https:
- possible to build searx from the embedded Dockerfile.
- .. code:: sh
- git clone https:
- cd searx
- docker build -t whatever/searx .
|