diff --git a/README.md b/README.md index 6893c8f..5a300cb 100644 --- a/README.md +++ b/README.md @@ -69,3 +69,7 @@ For example: ```bash curl -X POST -H "Authorization: Bearer user1:key1" http://localhost:8080/api/generate --data '{"data": "Hello, World!"}' ``` +### Starting the server using the created Container-Image +To start the proxy in background with the above created image, you can use either +1) docker: `docker run -d --name ollama-proxy-server -p 8080:8080 ollama_proxy_server:latest` +2) podman: `podman run -d --name ollama-proxy-server -p 8080:8080 ollama_proxy_server:latest`