
nstbrowser/browserlessNstbrowser/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
shelldocker pull docker.io/nstbrowser/browserless:latest
You must specify your TOKEN(API Key) and you can get one from Nstbrowser API Key
shelldocker 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.
shelldocker 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.
shelldocker 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.
shelldocker 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.
探索更多轩辕镜像的使用方法,找到最适合您系统的配置方式
通过 Docker 登录认证访问私有仓库
无需登录使用专属域名
Kubernetes 集群配置 Containerd
K3s 轻量级 Kubernetes 镜像加速
VS Code Dev Containers 配置
Podman 容器引擎配置
HPC 科学计算容器配置
ghcr、Quay、nvcr 等镜像仓库
Harbor Proxy Repository 对接专属域名
Portainer Registries 加速拉取
Nexus3 Docker Proxy 内网缓存
需要其他帮助?请查看我们的 常见问题Docker 镜像访问常见问题解答 或 提交工单
manifest unknown
no matching manifest(架构)
invalid tar header(解压)
TLS 证书失败
DNS 超时
410 Gone 排查
402 与流量用尽
401 认证失败
429 限流
D-Bus 凭证提示
413 与超大单层
来自真实用户的反馈,见证轩辕镜像的优质服务