zoukankan      html  css  js  c++  java
  • sdc docker连接

     curl -O https://raw.githubusercontent.com/joyent/sdc-docker/master/tools/sdc-docker-setup.sh && chmod +x sdc-docker-setup.sh

    [root@a6c17613-5f58-ef76-8f6d-fecd639957b0 ~]# ./sdc-docker-setup.sh -k https://cloudapi.bst-1.bstjpc.com mhc ~/.ssh/id_rsa Setting up Docker client for SDC using:     CloudAPI:        https://cloudapi.bst-1.bstjpc.com     Account:         mhc     Key:             /root/.ssh/id_rsa

    If you have a pass phrase on your key, the openssl command will prompt you for your pass phrase now and again later.

    Verifying CloudAPI access. Enter pass phrase for /root/.ssh/id_rsa: CloudAPI access verified.

    Generating client certificate from SSH private key. Enter pass phrase for /root/.ssh/id_rsa: 140737471448992:error:28069065:lib(40):UI_set_result:result too small:ui_lib.c:869:You must type in 4 to 8191 characters Enter pass phrase for /root/.ssh/id_rsa: Wrote certificate files to /root/.sdc/docker/mhc

    Get Docker host endpoint from cloudapi. Enter pass phrase for /root/.ssh/id_rsa: Docker service endpoint is: tcp://109.105.7.104:2376

    [root@a6c17613-5f58-ef76-8f6d-fecd639957b0 mhc]# cat env.sh
    export DOCKER_CERT_PATH=/root/.sdc/docker/mhc
    export DOCKER_HOST=tcp://192.168.7.117:2376
    export DOCKER_CLIENT_TIMEOUT=300
    export COMPOSE_HTTP_TIMEOUT=300
    unset DOCKER_TLS_VERIFY
    alias docker="docker --tls"

  • 相关阅读:
    Ajax传值以及接受传值,@ResPonseBody 和 @RequestBody
    分页
    延迟加载
    mybatis的一级缓存和二级缓存
    拦截器的使用
    Session和Cookie
    逆向工程
    springmvc注解详解
    Java——变量
    Go通关04:正确使用 array、slice 和 map!
  • 原文地址:https://www.cnblogs.com/mhc-fly/p/6907703.html
Copyright © 2011-2022 走看看