NOTE: This image is intended to be used with nfqlt/docker vagrant box and other nfqlt docker images. Other use scenarios might work but are not tested yet.
This is an image of Cypress 9.x version running on electronin toolbox format
This image has pre-installed npm global packages
Available binary paths for export:
version: '2.4'
services:
cypress:
image: nfqlt/cypress9
volumes:
- './src:/home/project/src'
- /tmp
dev:
image: nfqlt/php73-dev
volumes_from:
- service:cypress:rw
volumes:
- './src:/home/project/src'
- '/home/project/.ssh:/home/project/.ssh'
- '/etc/ssh:/etc/ssh'
- '/etc/gitconfig:/etc/gitconfig'
- '/etc/environment:/etc/environment-vm:ro'
environment:
NFQ_REMOTE_TOOL_CYPRESS: >
/usr/local/bin/cypress
linker:
image: nfqlt/linker18ce
volumes:
- '/run/docker.sock:/run/docker.sock'
Content type
Image
Digest
sha256:d7f2e4f9f…
Size
576 MB
Last updated
6 days ago
docker pull nfqlt/cypress9