Skip to content

Instantly share code, notes, and snippets.

View alexvuta's full-sized avatar
🏠
Working from home

Alexandru VUTA alexvuta

🏠
Working from home
View GitHub Profile
@alexvuta
alexvuta / docker-compose.yml
Created July 22, 2019 21:16 — forked from barnybug/docker-compose.yml
Docker compose for a Docker-in-docker gitlab runners setup
# Docker-in-Docker Gitlab runners setup taken from:
# https://medium.com/@tonywooster/docker-in-docker-in-gitlab-runners-220caeb708ca
dind:
restart: always
privileged: true
volumes:
- /var/lib/docker
image: docker:17.09.0-ce-dind
command:
- --storage-driver=overlay2
@alexvuta
alexvuta / 0_reuse_code.js
Created September 4, 2017 20:22
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console