support for su-exec containers

This commit is contained in:
jash
2018-10-12 22:22:33 +02:00
committed by kexkey
parent ca73143b0f
commit eeb96fa7cc
2 changed files with 15 additions and 11 deletions

View File

@@ -85,9 +85,9 @@ install_docker() {
trace "Copying docker-compose.yaml to top level"
cp $sourceDataPath/installer/docker/docker-compose.yaml $topLevel/docker-compose.yaml
echo "+------------------------------------------+"
echo "| to start cyphernode run: |"
echo "| docker-compose -f docker-compose.yaml up |"
echo "+------------------------------------------+"
echo "+---------------------------------------------------------------+"
echo "| to start cyphernode run: |"
echo '| USER=`id -u`:`id -g` docker-compose -f docker-compose.yaml up |'
echo "+---------------------------------------------------------------+"
}