mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 20:42:11 +00:00
include new index, dashbaords, tweaks
This commit is contained in:
parent
994aed3e31
commit
1902696c75
3 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
||||||
# T-Pot #
|
# T-Pot #
|
||||||
# Export docker images maker #
|
# Export docker images maker #
|
||||||
# #
|
# #
|
||||||
# v0.01 by mo, DTAG, 2015-08-11 #
|
# v0.02 by mo, DTAG, 2016-02-22 #
|
||||||
########################################################
|
########################################################
|
||||||
|
|
||||||
# This feature is experimental and requires at least docker 1.7!
|
# This feature is experimental and requires at least docker 1.7!
|
||||||
|
@ -29,7 +29,7 @@ if [ -z $1 ]
|
||||||
fi
|
fi
|
||||||
if [ $1 == "now" ]
|
if [ $1 == "now" ]
|
||||||
then
|
then
|
||||||
for name in $(cat installer/data/full_images.conf)
|
for name in $(cat installer/data/imgcfg/all_images.conf)
|
||||||
do
|
do
|
||||||
docker pull dtagdevsec/$name:latest1603
|
docker pull dtagdevsec/$name:latest1603
|
||||||
done
|
done
|
||||||
|
|
Binary file not shown.
|
@ -1,4 +1,4 @@
|
||||||
T-Pot 16.03 (Alpha - Beware of Gremlins!)
|
T-Pot 16.03 (Beta 1 - Let there be dragons!)
|
||||||
Hostname: \n
|
Hostname: \n
|
||||||
IP:
|
IP:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue