Restructure murano-apps repository
Change-Id: I9cdb1e4afcb9929c7b7a5437faaa25d284daefdb Closes-Bug: #1441644
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
docker $*
|
@@ -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
|
Reference in New Issue
Block a user