Introduction
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.
Get 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
Quick link
<Card title="CDP Functions" href="/folder-3269038" icon="material-outline-auto_mode">
Join our community
Join our Browserless community and stay in touch with us for the latest information:
<Card title="Discord" href="https://discord.com/invite/7Bgefnycx6" icon="remix-discord-fill">
Join our Discord community.
Last modified: 11 hours ago