Skip to content

Instantly share code, notes, and snippets.

View varac's full-sized avatar

Varac varac

View GitHub Profile
@ivanalejandro0
ivanalejandro0 / leap-docker.sh
Last active August 29, 2015 14:10
Firts attempt to run the LEAP platform on a single docker container.
#!/bin/bash
# Following instructions from: https://leap.se/en/docs/platform/tutorials/single-node
# Docker command line:
# docker run -it --name leap -h node1 -v ~/tmp/:/shared debian:wheezy /bin/bash
set -e # Exit immediately if a command exits with a non-zero status.
set -x # show commands
# Prepare your environment