Skip to content
This repository has been archived by the owner on Aug 7, 2018. It is now read-only.

instrumentisto/dart-content-shell-docker-image

Repository files navigation

Dart with Content Shell Docker image

GitHub release Build Status Docker Pulls License

This image is a wrapper of official Google Dart image that contains Content Shell for running browser tests.

www.dartlang.org
hub.docker.com/r/google/dart

Status

PROJECT IS CLOSED AND ARCHIVED. NO MAINTAINING WILL BE CONTINUED.

How to use this image

Just map your working directory to /app inside container:

docker run --rm -v $(pwd):/app instrumentisto/dart-content-shell pub run test

Make sure that you populate your pub cache correctly.

docker run --rm -v $(pwd):/app \
           -e PUB_CACHE=/path/to/.pub-cache \
           -v /path/to/.pub-cache:/path/to/.pub-cache \
       instrumentisto/dart-content-shell pub run test

Issues

If you have any problems with or questions about this image, please contact us through a GitHub issue.