Skip to content

Instantly share code, notes, and snippets.

@orendain
Created September 29, 2017 16:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save orendain/24dd28c95d4f1cfad55dba21529384d6 to your computer and use it in GitHub Desktop.
Save orendain/24dd28c95d4f1cfad55dba21529384d6 to your computer and use it in GitHub Desktop.
WIP deployment commands
#!/usr/bin/env bash
# Platform options:
# orendain/sandbox-hdf-base
# orendain/sandbox-hdf-streaming
# orendain/sandbox-hdf-analytics
# No longer using opts: --security-opt seccomp=unconfined --cap-add SYS_ADMIN
docker run --privileged --name sandbox-hdf-streaming -h sandbox-hdf.hortonworks.com -itd \
-p 1080:1080 \
-p 2181:2181 \
-p 4200:4200 \
-p 4557:4557 \
-p 6667:6667 \
-p 7777:7777 \
-p 7788:7788 \
-p 8000:8000 \
-p 8080:8080 \
-p 8081:8081 \
-p 8088:8088 \
-p 8744:8744 \
-p 9089:9089 \
-p 9090:9090 \
-p 19888:19888 \
-p 50070:50070 \
-p 15500:15500 \
-p 2222:22 \
orendain/sandbox-hdf-streaming:0.4.0
docker run --privileged --name sandbox-hdp-data-access -h sandbox-hdp.hortonworks.com -itd \
-p 1080:1080 \
-p 2181:2181 \
-p 4200:4200 \
-p 4557:4557 \
-p 6667:6667 \
-p 7777:7777 \
-p 7788:7788 \
-p 8000:8000 \
-p 8042:8042 \
-p 8080:8080 \
-p 8081:8081 \
-p 8088:8088 \
-p 8744:8744 \
-p 8888:8888 \
-p 9089:9089 \
-p 9090:9090 \
-p 9995:9995 \
-p 16010:16010 \
-p 18081:18081 \
-p 19888:19888 \
-p 50070:50070 \
-p 15500:15500 \
-p 2222:22 \
orendain/sandbox-hdp-data-access:0.4.0
docker run --privileged --name sandbox-hdp-security -h sandbox-hdp.hortonworks.com -itd \
-p 1080:1080 \
-p 2181:2181 \
-p 6080:6080 \
-p 4200:4200 \
-p 4557:4557 \
-p 6667:6667 \
-p 7777:7777 \
-p 7788:7788 \
-p 8000:8000 \
-p 8080:8080 \
-p 8081:8081 \
-p 8088:8088 \
-p 8744:8744 \
-p 8888:8888 \
-p 9089:9089 \
-p 9090:9090 \
-p 9995:9995 \
-p 16010:16010 \
-p 18081:18081 \
-p 19888:19888 \
-p 50070:50070 \
-p 15500:15500 \
-p 2222:22 \
orendain/sandbox-hdp-security:0.3.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment