Skip to content

Instantly share code, notes, and snippets.

@luisrudge
Created June 4, 2016 05:45
Show Gist options
  • Save luisrudge/96ec7d91b24a850ef621006b1d17d30e to your computer and use it in GitHub Desktop.
Save luisrudge/96ec7d91b24a850ef621006b1d17d30e to your computer and use it in GitHub Desktop.
docker-alpine
```yml
before_script:
- apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/main --repository http://dl-cdn.alpinelinux.org/alpine/edge/community docker
- docker -v
- service docker start
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment