Mercurial > sat_docs
comparison docker/libervia_cont.sh @ 92:5a0ed7f94ab8
docker (libervia_cont): added "-f" option in help message for logs
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 24 Feb 2016 15:23:38 +0100 |
parents | 30f3f83d6959 |
children | 70f65a6b3392 |
comparison
equal
deleted
inserted
replaced
91:30f3f83d6959 | 92:5a0ed7f94ab8 |
---|---|
251 printf "Error, please check container or ask help on XMPP MUC sat@chat.jabberfr.org\nerror message: $docker_id\n" | 251 printf "Error, please check container or ask help on XMPP MUC sat@chat.jabberfr.org\nerror message: $docker_id\n" |
252 printf "Abandon\n" | 252 printf "Abandon\n" |
253 exit 1 | 253 exit 1 |
254 fi | 254 fi |
255 done | 255 done |
256 printf '\nLibervia is launched and should be reachable in a couple of seconds.\nYou can check logs with "docker logs libervia" (or any other container name).\n' | 256 printf '\nLibervia is launched and should be reachable in a couple of seconds.\nYou can check logs with "docker logs -f libervia" (or any other container name).\n' |
257 printf "An \"admin\" account has been created, you can check its password on $VOLUME_ALIAS container, in file /home/sat/ADMIN_PWD. Config can be tuned on this container.\n" | 257 printf "An \"admin\" account has been created, you can check its password on $VOLUME_ALIAS container, in file /home/sat/ADMIN_PWD. Config can be tuned on this container.\n" |
258 printf 'Below are the ports used to connect, you can go with your browser to Libervia HTTP port.\n\n' | 258 printf 'Below are the ports used to connect, you can go with your browser to Libervia HTTP port.\n\n' |
259 list_ports | 259 list_ports |
260 ;; | 260 ;; |
261 STOP) | 261 STOP) |