blob: afa033f606375867d5cd6a1f2f2cabd89af99e71 [file] [log] [blame]
Scott Bakerf6145a22017-03-29 14:50:25 -07001#!/bin/bash
2
Scott Bakerd1940972017-05-01 15:45:32 -07003# This is a stub for launching xossh in the xosproject/xos-client container.
4# It's assumed that this script is being invoked on the head node.
Scott Bakerf6145a22017-03-29 14:50:25 -07005
Scott Bakerd1940972017-05-01 15:45:32 -07006docker pull docker-registry:5000/xosproject/xos-client:candidate
Scott Baker38fcad32017-06-14 13:44:46 -07007docker run --rm -it -v /opt/cord_profile/im_cert_chain.pem:/usr/local/share/ca-certificates/local_certs.crt docker-registry:5000/xosproject/xos-client:candidate -u xosadmin@opencord.org -p `cat /opt/credentials/xosadmin@opencord.org`