docker images
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd ${BES_HOME}/bin
|
||||
|
||||
./iastool start --server --passport "${BES_PASSPORT:-B#2008_2108#es}" --user "${BES_ADMIN_USERNAME:-admin}" --password "${BES_ADMIN_PASSWORD:-B#2008_2108#es}"
|
||||
|
||||
tail -f /dev/null
|
||||
Reference in New Issue
Block a user