Created
June 4, 2016 05:45
-
-
Save luisrudge/96ec7d91b24a850ef621006b1d17d30e to your computer and use it in GitHub Desktop.
docker-alpine
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
```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