Scott Baker | f6145a2 | 2017-03-29 14:50:25 -0700 | [diff] [blame] | 1 | #!/bin/bash |
| 2 | |
Scott Baker | d194097 | 2017-05-01 15:45:32 -0700 | [diff] [blame] | 3 | # 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 Baker | f6145a2 | 2017-03-29 14:50:25 -0700 | [diff] [blame] | 5 | |
Scott Baker | d194097 | 2017-05-01 15:45:32 -0700 | [diff] [blame] | 6 | docker pull docker-registry:5000/xosproject/xos-client:candidate |
Scott Baker | 38fcad3 | 2017-06-14 13:44:46 -0700 | [diff] [blame] | 7 | docker 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` |