Skip to content

Instantly share code, notes, and snippets.

@chytreg
Created January 12, 2017 09:35
Show Gist options
  • Save chytreg/e5af17d973273b4336e0fee3836fb207 to your computer and use it in GitHub Desktop.
Save chytreg/e5af17d973273b4336e0fee3836fb207 to your computer and use it in GitHub Desktop.
docker
machine:
pre:
# install docker 1.10.0
- curl -sSL https://git.io/vrcFi | bash -e
# install yarn
- curl -sSL https://git.io/v1XIm | bash -e
services:
- docker
dependencies:
override:
- docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment