This docker image is for testing NodeJS app using headless browsers.
222
This docker image is for testing NodeJS app using headless browsers. This is a fork of atlassian/docker-node-jdk-chrome-firefoxe
docker build -t node-headless-browsers .
then use docker images to find the image ID.
With docker run -it <IMAGE_ID> you can test if your changes are the desired ones.
Then tag it: docker tag <IMAGE_ID> <YOUR-USER>/node-headless-browsers:latest
and finally publish it: docker push <YOUR-USER>/node-headless-browsers
Content type
Image
Digest
Size
432 MB
Last updated
about 7 years ago
docker pull amirsonb/node-headless-browsers