Skip to content

Commit 2b80cf7

Browse files
committed
Add some more explanatory/diagnostic text.
Branch ready for merge. - Legacy-Id: 19465
1 parent 3b3e662 commit 2b80cf7

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docker/docker-init.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,16 @@ python -m smtpd -n -c DebuggingServer localhost:2025 &
7474
echo
7575

7676
if [ -z "$*" ]; then
77+
echo "You can execute arbitrary commands now, e.g.,"
78+
echo
79+
echo " ietf/manage.py runserver 0.0.0.0:8000"
80+
echo
81+
echo "to start a development instance of the Datatracker."
82+
echo
7783
bash
7884
else
85+
echo "Executing \"$*\" and stopping container."
86+
echo
7987
bash -c "$*"
8088
fi
8189

0 commit comments

Comments
 (0)