diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2017-08-11 13:19:12 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2017-08-11 13:22:24 +0200 |
commit | 801177d16ccc9eeb14d9ccc3278420b90e207639 (patch) | |
tree | bfba0345572ee638004a0f6f7b17cf97456821b1 /knot/ssp/launch | |
download | infra-801177d16ccc9eeb14d9ccc3278420b90e207639.tar.gz infra-801177d16ccc9eeb14d9ccc3278420b90e207639.tar.bz2 infra-801177d16ccc9eeb14d9ccc3278420b90e207639.tar.xz infra-801177d16ccc9eeb14d9ccc3278420b90e207639.zip |
o Initial import of configuration for knot.
Diffstat (limited to 'knot/ssp/launch')
-rwxr-xr-x | knot/ssp/launch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/knot/ssp/launch b/knot/ssp/launch new file mode 100755 index 0000000..9b2066b --- /dev/null +++ b/knot/ssp/launch @@ -0,0 +1,9 @@ +#!/bin/bash +set -x +sudo docker run -d \ + --net trygvis-net \ + --ip 172.90.0.10 \ + --hostname t-ssp \ + --name t-ssp \ + --link trygvis-openldap \ + trygvis-ssp |