Quickstart
::: warning Notice
Docker is standalone with Nstbrowser dashboard, please do not confuse the APIs between them.
:::
Description
This Docker image provides a robust and scalable environment for running headless browser applications.
Built on the existing Nstbrowser fingerprint library, it offers a Linux environment that allows you to efficiently automate and streamline browser-based tasks.
Features:
- Pre-installed with the nstchrome core environment.
- Accepts parameters via environment variables to start the container.
- Ensures safe and isolated execution of browser automation tasks.
- Supports custom fingerprint parameters to launch browser instances.
- Fully supports popular Chrome DevTools Protocol (CDP) libraries.
Getting Started
To get started with running a container using this image, follow these steps:
Pull the Image
Now we publish only beta version for docker, and we will release our production version as soon as possible
docker pull docker.io/nstbrowser/browserless:latest
Run a Container
You must specify your TOKEN(API Key)
and you can get one from Nstbrowser API Key
docker run -it \
-e TOKEN=xxx \
-p 8848:8848 \
--name nstbrowserless \
nstbrowser/browserless:latest
Last modified: 13 days ago