Restructure murano-apps repository

Change-Id: I9cdb1e4afcb9929c7b7a5437faaa25d284daefdb
Closes-Bug: #1441644
This commit is contained in:
Dmytro Dovbii
2015-04-09 10:18:33 +03:00
commit 7cb39996f0
179 changed files with 5948 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
#!/bin/bash
docker $*

View File

@@ -0,0 +1,7 @@
#!/bin/bash
source /etc/default/docker
DOCKER_OPTS+=" --registry-mirror=$1"
echo DOCKER_OPTS=\"$DOCKER_OPTS\" > /etc/default/docker
service docker restart