Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 683 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 683 Bytes

docker-catch-dev

Development environment for CatchLabs.

  • Node.js v6.3.0
  • Android Build Tools 24.0.0 (aapt, zipalign...)
  • openjdk-8-jdk
  • libc6:i386
  • lib32z1

Build

docker build -t="catchlabs/dev" .

Usage

docker run -v /c/Users/zenoo/catch-docker:/mnt/catch -i -t catchlabs/dev /bin/bash

Note: If you are using Docker Machine on Mac or Windows, your Docker daemon only has limited access to your OS X/Windows filesystem. Docker Machine tries to auto-share your /Users (OS X) or C:\Users (Windows) directory.

Note: Shared directory has strange permission issue in docker, copy it to your home inside docker before running scripts/channel.sh.