The advanced enterprise browserless product
10K+
Nstbrowser/browserless is an advanced enterprise browserless product.
The Docker API is consistent with the Nstbrowser client in version130-202412251400.v1and above, versions below130-202412251400.v1are independent.
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.
Our browserless Docker image simplifies the deployment and scaling of browser automation tasks. It's perfect for developers and teams needing reliable and efficient browser automation in their CI/CD pipelines or standalone applications.
To get started with running a container using this image, follow these steps:
The latest version of the image recommended
docker pull docker.io/nstbrowser/browserless:latest
You must specify your TOKEN(API Key) and you can get one from Nstbrowser API Key
docker run -it -e TOKEN=xxx -e PORT=8848 -p 8848:8848 --name nstbrowserless nstbrowser/browserless:latest
The Nstbrowserless docker container is highly-configurable and accepts parameters through environment variables when starting docker container. You can set parameters such as nstbrowserless server port, token, user data directory. Below is a description of each parameter.
Nstbrowserless is designed to always require a token. This means you must pass a TOKEN env variable.
docker run -it -e TOKEN=xxx -p 8848:8848 --name nstbrowserless nstbrowser/browserless:latest
By default, the Nstbrowserless server listens on port 8848. You can configure this in docker by pass a SERVER_PORT env variable.
docker run -it -e TOKEN=xxx -e SERVER_PORT=8000 -p 8000:8000 --name nstbrowserless nstbrowser/browserless:latest
Sets a default directory to saving your browser data to.
docker run -it -e TOKEN=xxx -e DATADIR=/tmp/nstbrowserless/profiles -p 8848:8848 --name nstbrowserless nstbrowser/browserless:latest
For more information, refer to Nstbrowser API Docs.
As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained). As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.
Content type
Image
Digest
sha256:cd90574de…
Size
554.7 MB
Last updated
8 days ago
docker pull nstbrowser/browserless