Sha256: f2759a74e1a3a804f339f44faf409e3bfd37120e725451f7dd20ffd2a4602550
Contents?: true
Size: 286 Bytes
Versions: 8
Compression:
Stored size: 286 Bytes
Contents
#!/bin/bash if [ -z `which docker` ]; then echo 'You need to install docker to run this script. See https://docs.docker.com/engine/installation/' exit fi cd $(dirname $(readlink -f $0)) docker build -t bunny_rabbitmq ../../docker && \ exec docker run --net host -ti bunny_rabbitmq
Version data entries
8 entries across 8 versions & 1 rubygems