We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d227ebb commit 3bbb213Copy full SHA for 3bbb213
10/10.3.3/build.sh
@@ -1,3 +1,4 @@
1
#!/bin/bash
2
3
-docker build . --build-arg password=securepass
+docker build . --build-arg password=securepass \
4
+ --tag=radstudio/pa-radserver-ib:10.4.1 --tag=radstudio/pa-radserver-ib:sydney
10/10.3.3/config.sh
@@ -3,7 +3,7 @@
if [ "$1" == '' ]; then
echo "RAD Server Docker pa-radserver-ib Configure Script";
5
echo "Required arguments: container hash or name";
6
- echo "ex: config.sh <TODO>";
+ echo "ex: config.sh gracious_galois";
7
else
8
docker exec -it $1 sh -c "apt-get update && apt-get install -y nano ; nano /etc/ems/emsserver.ini; service apache2 restart"
9
fi
0 commit comments