├── styles └── website.css ├── doc └── v1 │ ├── tutorial │ ├── java.md │ ├── php.md │ ├── ruby.md │ ├── golang.md │ ├── nodejs.md │ ├── python.md │ ├── deploycode.md │ ├── dockerfile.md │ ├── helloworld.md │ └── video.md │ ├── ci │ ├── fsf.md │ ├── add-public-key.md │ └── project-other.md │ ├── best_practice │ ├── README.md │ ├── deploy-code.md │ ├── deploy-golang.md │ ├── deploy-java.md │ ├── deploy-node.md │ ├── deploy-php.md │ ├── deploy-python.md │ ├── techniques.md │ ├── create-a-production-env.md │ ├── how-to-use-ci-and-cd.md │ └── create-statefull-stateless-service.md │ ├── advservices │ └── mysql-cluster.md │ ├── devcloud │ └── README.md │ ├── .DS_Store │ └── images │ ├── .DS_Store │ ├── ci │ ├── ci.jpg │ ├── tce-1.png │ ├── ci-manage.jpg │ ├── ci-manage10.jpg │ ├── ci-manage11.jpg │ ├── ci-manage2.jpg │ ├── ci-manage3.jpg │ ├── ci-manage4.jpg │ ├── ci-manage5.jpg │ ├── ci-manage6.jpg │ ├── ci-manage7.jpg │ ├── ci-manage8.jpg │ ├── ci-manage9.jpg │ ├── ci-addproject.jpg │ ├── faq-repo-list.jpg │ ├── ci-addproject2.jpg │ ├── ci-addproject3.jpg │ ├── ci-listcoderepo.jpg │ ├── ci-listcoderepo2.jpg │ ├── ci-listcoderepo3.jpg │ ├── ci-listcoderepo4.jpg │ ├── ci-listcoderepo5.jpg │ ├── ci-listcoderepo6.jpg │ ├── ci-listcoderepo7.jpg │ ├── faq-deplpoy-key.jpg │ ├── faq-gitlab-build.jpg │ ├── faq-gitlab-key.jpg │ ├── faq-coding-private.jpg │ ├── faq-gitlab-addkey1.jpg │ ├── faq-gitlab-addkey2.jpg │ ├── faq-gitlab-detail.jpg │ ├── faq-gitlab-getrepo.jpg │ ├── faq-bitbucket-private.jpg │ ├── faq-gitcage-private.jpg │ ├── faq-oschina-private.jpg │ ├── faq-repo-list-gitlab.jpg │ └── faq-gitlab-private_token.jpg │ ├── faq │ ├── ok.jpg │ ├── basic.jpg │ ├── info.jpg │ ├── log.jpg │ ├── advance.jpg │ ├── connect.jpg │ ├── create.jpg │ ├── sample.jpg │ ├── select.jpg │ ├── ssh │ │ ├── log.png │ │ ├── addr.png │ │ ├── check_port1.png │ │ ├── check_port2.png │ │ └── new_session.png │ ├── beijing1.jpg │ ├── beijing2.jpg │ ├── hangzhou.jpg │ ├── filezilla │ │ ├── after.png │ │ ├── before.png │ │ ├── addr_port.png │ │ ├── first_look.png │ │ ├── user_pwd.png │ │ └── new_session.png │ └── mysql_workbench │ │ ├── infos.png │ │ ├── connect.png │ │ ├── connect_ok.png │ │ └── main_board.png │ ├── host │ ├── main.png │ ├── deplo.png │ ├── add-host-0.png │ ├── add-host-1.png │ ├── add-host-2.png │ ├── add-host-5.png │ ├── add-host-6.png │ ├── add-host-7.png │ ├── faq-vm-net.png │ ├── machine-mgr.png │ ├── add-cluster-1.png │ ├── add-cluster-2.png │ ├── deploy-app-1.png │ ├── faq-vm-net-2.png │ ├── faq-vm-net-3.png │ ├── faq-vm-net-4.png │ ├── faq-vm-net-5.png │ ├── add-host-images.png │ ├── add-host-success.png │ ├── faq-pull-image-1.png │ ├── faq-pull-image-2.png │ ├── faq-pull-image-3.png │ ├── faq-pull-image-4.png │ ├── add-cluster-2.bak.png │ ├── aws │ │ ├── aws-firewall-1.png │ │ ├── aws-firewall-2.png │ │ ├── aws-firewall-3.png │ │ ├── aws-firewall-4.png │ │ ├── aws-firewall-5.png │ │ ├── aws-firewall-6.png │ │ ├── aws-firewall-7.png │ │ ├── ucloud-firewall-1.png │ │ └── qingcloud-firewall-1.png │ ├── add-host-0-tenx-host.png │ ├── add-host-1-tenx-host.png │ ├── add-host-2-tenx-host.png │ ├── add-host-3-tenx-host.png │ ├── add-host-4-tenx-host.png │ ├── faq-create-access-key.png │ ├── add-cluster-type-simple.png │ ├── add-host-containers-node.png │ ├── cluster-status-actions.png │ ├── cluster-status-preparing.png │ ├── cluster-status-running.png │ ├── cluster-status-stopped.png │ ├── deploy-app-0-tenx-host.png │ ├── deploy-app-1-tenx-host.png │ ├── deploy-app-2-tenx-host.png │ ├── deploy-app-self-host-1.png │ ├── deploy-app-self-host-2.png │ ├── faq-create-access-key2.png │ ├── faq-create-access-key3.png │ ├── faq-create-access-key4.png │ ├── add-host-containers-master.png │ ├── deploy-app-self-host-2-log.png │ ├── add-cluster-type-simple.bak.png │ ├── deploy-app-self-host-2-event.png │ ├── deploy-app-tenx-host-create-1.png │ ├── deploy-app-tenx-host-create-2.png │ ├── deploy-app-tenx-host-create-3.png │ ├── deploy-app-tenx-host-create-4.png │ ├── deploy-app-tenx-host-create-5.png │ ├── faq-create-access-key-aliyun.png │ ├── deploy-app-self-host-2-plugins.png │ ├── add-cluster-type-cross-datacenter.png │ ├── deploy-app-self-host-0-container.png │ └── deploy-app-self-host-2-rc-detail.png │ ├── registry │ ├── main.png │ └── detail-1.png │ ├── samples │ ├── tce_1.png │ ├── tce_2.png │ ├── login_push.png │ ├── port_path.png │ ├── tce_start.png │ ├── gosample │ │ ├── Thumbs.db │ │ ├── tce_go_apply.png │ │ ├── tce_go_link.png │ │ ├── tce_go_logs.png │ │ ├── tce_go_push.png │ │ ├── tce_go_cilist.png │ │ ├── tce_go_cilogs.png │ │ └── tce_go_success.png │ ├── tce_web_tomcat.png │ ├── tce_create_tomcat.png │ ├── tce_running_tomcat.png │ ├── tce_success_tomcat.png │ ├── tce_creating_tomcat.png │ └── tce_notice │ │ └── transform_error.png │ ├── stack │ ├── sample1.png │ ├── sample2.png │ └── sample3.png │ ├── api │ └── api-get-token.png │ ├── container │ ├── upgrade_1.png │ ├── upgrade_2.png │ ├── upgrade_3.png │ ├── upgrade_4.png │ ├── upgrade_5.png │ ├── upgrade_6.png │ ├── upgrade_8.png │ ├── upgrade_9.png │ ├── scale_up_1.png │ ├── scale_up_2.png │ ├── scale_up_3.png │ ├── upgrade_7-1.png │ ├── upgrade_7-2.png │ ├── change_config1.jpg │ ├── create_job_1.png │ ├── create_job_2.png │ ├── create_job_3.png │ ├── create_job_4.png │ ├── create_job_5.png │ ├── delete_job_1.png │ ├── delete_job_2.png │ ├── delete_volume.png │ ├── deleted_count.png │ ├── create_volume_1.png │ ├── create_volume_2.png │ ├── create_volume_3.png │ ├── domain_binding1.jpg │ ├── domain_binding2.jpg │ ├── domain_binding3.jpg │ ├── domain_binding4.jpg │ ├── extend_volume_1.png │ ├── extend_volume_2.png │ ├── format_volume_1.png │ ├── format_volume_2.png │ ├── volume_export_1.png │ ├── volume_export_2.png │ ├── volume_export_3.png │ ├── volume_import_1.png │ ├── volume_import_2.png │ ├── volume_import_3.png │ ├── volume_import_4.png │ ├── volume_import_5.png │ ├── volume_import_6.png │ ├── access_container_1.png │ ├── access_container_2.png │ ├── access_container_3.png │ ├── access_container_4.png │ ├── access_container_5.png │ ├── access_container_6.png │ ├── access_container_7.png │ ├── access_container_8.png │ ├── access_container_9.png │ ├── container_handle1.jpg │ ├── container_handle2.jpg │ ├── container_handle3.jpg │ ├── create_container_1.png │ ├── create_container_2.png │ ├── create_container_3.png │ ├── create_container_4.png │ ├── edit_container_env.jpg │ ├── edit_container_port.jpg │ ├── modify_exec_cmd_1.png │ ├── modify_exec_cmd_2.png │ ├── modify_exec_cmd_3.png │ ├── edit_container_detail_page.jpg │ ├── operations_of_recycle_bin.png │ ├── create_stateful_container_1.png │ ├── create_stateful_container_2.png │ ├── create_stateful_container_3.png │ ├── create_stateful_container_4.png │ ├── create_stateful_container_5.png │ ├── create_stateful_container_6.png │ └── create_stateful_container_7.png │ ├── advservices │ ├── mongo-rs-1.png │ ├── mongo-rs-2.png │ ├── mongo-rs-3.png │ ├── mongo-rs-4.png │ ├── mongo-rs-5.png │ └── mongo-rs-6.png │ ├── deploycode │ ├── deploy-php │ │ ├── ok.jpg │ │ ├── info.jpg │ │ ├── log.jpg │ │ ├── advance.jpg │ │ ├── basic.jpg │ │ ├── connect.jpg │ │ ├── create.jpg │ │ ├── sample.jpg │ │ ├── select.jpg │ │ ├── beijing1.jpg │ │ ├── beijing2.jpg │ │ └── hangzhou.jpg │ ├── deploy-golang │ │ ├── port.png │ │ ├── basic.png │ │ ├── create.png │ │ ├── passwd.png │ │ ├── select.png │ │ ├── advance.png │ │ ├── running.png │ │ ├── success.png │ │ ├── change_success.png │ │ └── create_volume.png │ ├── deploy-java │ │ ├── basic.png │ │ ├── create.png │ │ ├── passwd.png │ │ ├── port.png │ │ ├── select.png │ │ ├── advance.png │ │ ├── running.png │ │ ├── success.png │ │ ├── create_volume.png │ │ └── change_success.png │ ├── deploy-lamp │ │ ├── basic.png │ │ ├── create.png │ │ ├── passwd.png │ │ ├── port.png │ │ ├── select.png │ │ ├── advance.png │ │ ├── running.png │ │ ├── success.png │ │ ├── create_volume.png │ │ └── change_success.png │ ├── deploy-node │ │ ├── basic.png │ │ ├── create.png │ │ ├── passwd.png │ │ ├── port.png │ │ ├── select.png │ │ ├── advance.png │ │ ├── running.png │ │ ├── success.png │ │ ├── create_volume.png │ │ └── change_success.png │ └── deploy-python │ │ ├── port.png │ │ ├── basic.png │ │ ├── create.png │ │ ├── passwd.png │ │ ├── select.png │ │ ├── advance.png │ │ ├── running.png │ │ ├── success.png │ │ ├── change_success.png │ │ └── create_volume.png │ ├── getting_started │ └── container.png │ └── devcloud │ └── devcloud-golang │ ├── build.png │ ├── deploy.png │ ├── addsource.png │ ├── console.png │ ├── syncsource.png │ ├── accessservice.png │ ├── buildsuccess.png │ ├── createservice.png │ ├── deploysuccess.png │ └── selectsource.png ├── docweb ├── logs │ └── default.log ├── views │ └── doc │ │ └── v1 │ │ ├── tutorial │ │ ├── golang.md │ │ ├── java.md │ │ ├── nodejs.md │ │ ├── php.md │ │ ├── python.md │ │ ├── ruby.md │ │ ├── advance.md │ │ ├── build-image.md │ │ ├── deploy-code.md │ │ ├── deploycode.md │ │ ├── dockerfile.md │ │ ├── helloword.md │ │ ├── helloworld.md │ │ └── video.md │ │ ├── best_practice │ │ ├── README.md │ │ ├── deploy-code.md │ │ ├── deploy-java.md │ │ ├── deploy-node.md │ │ ├── deploy-php.md │ │ ├── techniques.md │ │ ├── deploy-golang.md │ │ ├── deploy-python.md │ │ ├── how-to-use-ci-and-cd.md │ │ ├── create-a-production-env.md │ │ └── create-statefull-stateless-service.md │ │ ├── ci │ │ ├── fsf.md │ │ ├── FAQ.md │ │ └── project-other.md │ │ ├── advservices │ │ └── mysql-cluster.md │ │ └── devcloud │ │ └── README.md └── static │ ├── gitbook │ ├── plugins │ │ └── gitbook-plugin-toggle-chapters │ │ │ └── toggle.css │ ├── images │ │ ├── favicon.ico │ │ └── apple-touch-icon-precomposed-152.png │ └── fonts │ │ ├── opensans │ │ ├── 300.woff │ │ ├── 300i.woff │ │ ├── 400.woff │ │ ├── 400i.woff │ │ ├── 600.woff │ │ ├── 600i.woff │ │ ├── 700.woff │ │ └── 700i.woff │ │ ├── merriweather │ │ ├── 250.woff │ │ ├── 400.woff │ │ ├── 700.woff │ │ ├── 900.woff │ │ ├── 250i.woff │ │ ├── 400i.woff │ │ ├── 700i.woff │ │ └── 900i.woff │ │ └── fontawesome │ │ ├── FontAwesome.otf │ │ ├── fontawesome-webfont.eot │ │ ├── fontawesome-webfont.ttf │ │ └── fontawesome-webfont.woff │ ├── images │ └── favicon.ico │ ├── doc │ └── v1 │ │ └── images │ │ ├── ci │ │ ├── ci.jpg │ │ ├── tce-1.png │ │ ├── ci-manage.jpg │ │ ├── ci-manage10.jpg │ │ ├── ci-manage11.jpg │ │ ├── ci-manage2.jpg │ │ ├── ci-manage3.jpg │ │ ├── ci-manage4.jpg │ │ ├── ci-manage5.jpg │ │ ├── ci-manage6.jpg │ │ ├── ci-manage7.jpg │ │ ├── ci-manage8.jpg │ │ ├── ci-manage9.jpg │ │ ├── ci-addproject.jpg │ │ ├── ci-addproject2.jpg │ │ ├── ci-addproject3.jpg │ │ ├── faq-gitlab-key.jpg │ │ ├── faq-repo-list.jpg │ │ ├── ci-listcoderepo.jpg │ │ ├── ci-listcoderepo2.jpg │ │ ├── ci-listcoderepo3.jpg │ │ ├── ci-listcoderepo4.jpg │ │ ├── ci-listcoderepo5.jpg │ │ ├── ci-listcoderepo6.jpg │ │ ├── ci-listcoderepo7.jpg │ │ ├── faq-deplpoy-key.jpg │ │ ├── faq-gitlab-build.jpg │ │ ├── faq-gitlab-detail.jpg │ │ ├── faq-coding-private.jpg │ │ ├── faq-gitcage-private.jpg │ │ ├── faq-gitlab-addkey1.jpg │ │ ├── faq-gitlab-addkey2.jpg │ │ ├── faq-gitlab-getrepo.jpg │ │ ├── faq-oschina-private.jpg │ │ ├── faq-bitbucket-private.jpg │ │ ├── faq-repo-list-gitlab.jpg │ │ └── faq-gitlab-private_token.jpg │ │ ├── faq │ │ ├── log.jpg │ │ ├── ok.jpg │ │ ├── basic.jpg │ │ ├── create.jpg │ │ ├── info.jpg │ │ ├── logo.jpg │ │ ├── sample.jpg │ │ ├── select.jpg │ │ ├── advance.jpg │ │ ├── beijing1.jpg │ │ ├── beijing2.jpg │ │ ├── connect.jpg │ │ ├── hangzhou.jpg │ │ ├── ssh │ │ │ ├── addr.png │ │ │ ├── log.png │ │ │ ├── check_port1.png │ │ │ ├── check_port2.png │ │ │ └── new_session.png │ │ ├── deploy-java │ │ │ ├── port.png │ │ │ ├── basic.png │ │ │ ├── create.png │ │ │ ├── passwd.png │ │ │ ├── select.png │ │ │ ├── advance.png │ │ │ ├── running.png │ │ │ ├── success.png │ │ │ ├── change_success.png │ │ │ └── create_volume.png │ │ ├── deploy-lamp │ │ │ ├── port.png │ │ │ ├── basic.png │ │ │ ├── create.png │ │ │ ├── passwd.png │ │ │ ├── select.png │ │ │ ├── advance.png │ │ │ ├── running.png │ │ │ ├── success.png │ │ │ ├── ceate_volume.png │ │ │ ├── change_success.png │ │ │ └── create_volume.png │ │ ├── deploy-node │ │ │ ├── port.png │ │ │ ├── basic.png │ │ │ ├── create.png │ │ │ ├── passwd.png │ │ │ ├── select.png │ │ │ ├── advance.png │ │ │ ├── running.png │ │ │ ├── success.png │ │ │ ├── change_success.png │ │ │ └── create_volume.png │ │ ├── filezilla │ │ │ ├── after.png │ │ │ ├── before.png │ │ │ ├── user_pwd.png │ │ │ ├── addr_port.png │ │ │ ├── first_look.png │ │ │ └── new_session.png │ │ ├── deploy-golang │ │ │ ├── port.png │ │ │ ├── advance.png │ │ │ ├── basic.png │ │ │ ├── create.png │ │ │ ├── passwd.png │ │ │ ├── running.png │ │ │ ├── select.png │ │ │ ├── success.jpg │ │ │ ├── success.png │ │ │ ├── change_success.jpg │ │ │ ├── change_success.png │ │ │ ├── create_volume.jpg │ │ │ └── create_volume.png │ │ ├── deploy-nodejs │ │ │ ├── port.png │ │ │ ├── advance.png │ │ │ ├── basic.png │ │ │ ├── create.png │ │ │ ├── passwd.png │ │ │ ├── running.png │ │ │ ├── select.png │ │ │ ├── success.png │ │ │ ├── change_success.png │ │ │ └── create_volume.png │ │ ├── deploy-python │ │ │ ├── port.png │ │ │ ├── advance.png │ │ │ ├── basic.png │ │ │ ├── create.png │ │ │ ├── passwd.png │ │ │ ├── running.png │ │ │ ├── select.png │ │ │ ├── success.png │ │ │ ├── change_success.png │ │ │ └── create_volume.png │ │ └── mysql_workbench │ │ │ ├── infos.png │ │ │ ├── connect.png │ │ │ ├── connect_ok.png │ │ │ └── main_board.png │ │ ├── host │ │ ├── deplo.png │ │ ├── main.png │ │ ├── add-host-0.png │ │ ├── add-host-1.png │ │ ├── add-host-2.png │ │ ├── add-host-3.png │ │ ├── add-host-4.png │ │ ├── add-host-5.png │ │ ├── add-host-6.png │ │ ├── add-host-7.png │ │ ├── faq-vm-net.png │ │ ├── deploy-app-1.png │ │ ├── faq-vm-net-2.png │ │ ├── faq-vm-net-3.png │ │ ├── faq-vm-net-4.png │ │ ├── faq-vm-net-5.png │ │ ├── machine-mgr.png │ │ ├── add-cluster-1.png │ │ ├── add-cluster-2.png │ │ ├── add-host-images.png │ │ ├── add-host-success.png │ │ ├── faq-pull-image-1.png │ │ ├── faq-pull-image-2.png │ │ ├── faq-pull-image-3.png │ │ ├── faq-pull-image-4.png │ │ ├── add-host-0-tenx-host.png │ │ ├── add-host-1-tenx-host.png │ │ ├── add-host-2-tenx-host.png │ │ ├── add-host-3-tenx-host.png │ │ ├── add-host-4-tenx-host.png │ │ ├── aws │ │ │ ├── aws-firewall-1.png │ │ │ ├── aws-firewall-2.png │ │ │ ├── aws-firewall-3.png │ │ │ ├── aws-firewall-4.png │ │ │ ├── aws-firewall-5.png │ │ │ ├── aws-firewall-6.png │ │ │ ├── aws-firewall-7.png │ │ │ ├── ucloud-firewall-1.png │ │ │ └── qingcloud-firewall-1.png │ │ ├── cluster-status-actions.png │ │ ├── cluster-status-running.png │ │ ├── cluster-status-stopped.png │ │ ├── deploy-app-0-tenx-host.png │ │ ├── deploy-app-1-tenx-host.png │ │ ├── deploy-app-2-tenx-host.png │ │ ├── deploy-app-self-host-1.png │ │ ├── deploy-app-self-host-2.png │ │ ├── faq-create-access-key.png │ │ ├── faq-create-access-key2.png │ │ ├── faq-create-access-key3.png │ │ ├── faq-create-access-key4.png │ │ ├── add-cluster-type-simple.png │ │ ├── add-host-containers-node.png │ │ ├── cluster-status-preparing.png │ │ ├── add-host-containers-master.png │ │ ├── deploy-app-self-host-2-log.png │ │ ├── deploy-app-self-host-2-event.png │ │ ├── deploy-app-self-host-2-plugins.png │ │ ├── deploy-app-tenx-host-create-1.png │ │ ├── deploy-app-tenx-host-create-2.png │ │ ├── deploy-app-tenx-host-create-3.png │ │ ├── deploy-app-tenx-host-create-4.png │ │ ├── deploy-app-tenx-host-create-5.png │ │ └── faq-create-access-key-aliyun.png │ │ ├── registry │ │ ├── main.png │ │ └── detail-1.png │ │ ├── samples │ │ ├── tce_1.png │ │ ├── tce_2.png │ │ ├── port_path.png │ │ ├── tce_start.png │ │ ├── login_push.png │ │ ├── gosample │ │ │ ├── Thumbs.db │ │ │ ├── tce_go_apply.png │ │ │ ├── tce_go_cilist.png │ │ │ ├── tce_go_cilogs.png │ │ │ ├── tce_go_link.png │ │ │ ├── tce_go_logs.PNG │ │ │ ├── tce_go_logs.png │ │ │ ├── tce_go_push.PNG │ │ │ ├── tce_go_push.png │ │ │ └── tce_go_success.png │ │ ├── tce_web_tomcat.png │ │ ├── tce_create_tomcat.png │ │ ├── tce_creating_tomcat.png │ │ ├── tce_running_tomcat.png │ │ ├── tce_success_tomcat.png │ │ └── tce_notice │ │ │ └── transform_error.png │ │ ├── stack │ │ ├── sample1.png │ │ ├── sample2.png │ │ └── sample3.png │ │ ├── api │ │ └── api-get-token.png │ │ ├── container │ │ ├── scale_up_1.png │ │ ├── scale_up_2.png │ │ ├── scale_up_3.png │ │ ├── upgrade_1.png │ │ ├── upgrade_2.png │ │ ├── upgrade_3.png │ │ ├── upgrade_4.png │ │ ├── upgrade_5.png │ │ ├── upgrade_6.png │ │ ├── upgrade_8.png │ │ ├── upgrade_9.png │ │ ├── create_job_1.png │ │ ├── create_job_2.png │ │ ├── create_job_3.png │ │ ├── create_job_4.png │ │ ├── create_job_5.png │ │ ├── delete_job_1.png │ │ ├── delete_job_2.png │ │ ├── upgrade_7(1).png │ │ ├── upgrade_7(2).png │ │ ├── upgrade_7-1.png │ │ ├── upgrade_7-2.png │ │ ├── change_config1.jpg │ │ ├── create_volume_1.png │ │ ├── create_volume_2.png │ │ ├── create_volume_3.png │ │ ├── delete_volume.png │ │ ├── deleted_count.png │ │ ├── domain_binding1.jpg │ │ ├── domain_binding2.jpg │ │ ├── domain_binding3.jpg │ │ ├── domain_binding4.jpg │ │ ├── extend_volume_1.png │ │ ├── extend_volume_2.png │ │ ├── format_volume_1.png │ │ ├── format_volume_2.png │ │ ├── volume_export_1.png │ │ ├── volume_export_2.png │ │ ├── volume_export_3.png │ │ ├── volume_import_1.png │ │ ├── volume_import_2.png │ │ ├── volume_import_3.png │ │ ├── volume_import_4.png │ │ ├── volume_import_5.png │ │ ├── volume_import_6.png │ │ ├── container_handle1.jpg │ │ ├── container_handle2.jpg │ │ ├── container_handle3.jpg │ │ ├── modify_exec_cmd_1.png │ │ ├── modify_exec_cmd_2.png │ │ ├── modify_exec_cmd_3.png │ │ ├── access_container_1.png │ │ ├── access_container_2.png │ │ ├── access_container_3.png │ │ ├── access_container_4.png │ │ ├── access_container_5.png │ │ ├── access_container_6.png │ │ ├── access_container_7.png │ │ ├── access_container_8.png │ │ ├── access_container_9.png │ │ ├── create_container_1.png │ │ ├── create_container_2.png │ │ ├── create_container_3.png │ │ ├── create_container_4.png │ │ ├── edit_container_env.jpg │ │ ├── edit_container_port.jpg │ │ ├── operations_of_recycle_bin.png │ │ ├── create_stateful_container_1.png │ │ ├── create_stateful_container_2.png │ │ ├── create_stateful_container_3.png │ │ ├── create_stateful_container_4.png │ │ ├── create_stateful_container_5.png │ │ └── create_stateful_container_6.png │ │ ├── advservices │ │ ├── mongo-rs-1.png │ │ ├── mongo-rs-2.png │ │ ├── mongo-rs-3.png │ │ ├── mongo-rs-4.png │ │ ├── mongo-rs-5.png │ │ └── mongo-rs-6.png │ │ ├── deploycode │ │ ├── deploy-php │ │ │ ├── log.jpg │ │ │ ├── ok.jpg │ │ │ ├── basic.jpg │ │ │ ├── info.jpg │ │ │ ├── advance.jpg │ │ │ ├── beijing1.jpg │ │ │ ├── beijing2.jpg │ │ │ ├── connect.jpg │ │ │ ├── create.jpg │ │ │ ├── hangzhou.jpg │ │ │ ├── sample.jpg │ │ │ └── select.jpg │ │ ├── deploy-java │ │ │ ├── port.png │ │ │ ├── advance.png │ │ │ ├── basic.png │ │ │ ├── create.png │ │ │ ├── passwd.png │ │ │ ├── running.png │ │ │ ├── select.png │ │ │ └── success.png │ │ ├── deploy-lamp │ │ │ ├── port.png │ │ │ ├── advance.png │ │ │ ├── basic.png │ │ │ ├── create.png │ │ │ ├── passwd.png │ │ │ ├── running.png │ │ │ ├── select.png │ │ │ └── success.png │ │ ├── deploy-node │ │ │ ├── port.png │ │ │ ├── advance.png │ │ │ ├── basic.png │ │ │ ├── create.png │ │ │ ├── passwd.png │ │ │ ├── running.png │ │ │ ├── select.png │ │ │ └── success.png │ │ ├── deploy-golang │ │ │ ├── basic.png │ │ │ ├── port.png │ │ │ ├── advance.png │ │ │ ├── create.png │ │ │ ├── passwd.png │ │ │ ├── running.png │ │ │ ├── select.png │ │ │ └── success.png │ │ └── deploy-python │ │ │ ├── basic.png │ │ │ ├── port.png │ │ │ ├── advance.png │ │ │ ├── create.png │ │ │ ├── passwd.png │ │ │ ├── running.png │ │ │ ├── select.png │ │ │ └── success.png │ │ ├── getting_started │ │ └── container.png │ │ └── devcloud │ │ └── devcloud-golang │ │ ├── build.png │ │ ├── console.png │ │ ├── deploy.png │ │ ├── addsource.png │ │ └── syncsource.png │ └── lib │ ├── skin │ ├── default │ │ ├── icon.png │ │ ├── icon-ext.png │ │ ├── loading-0.gif │ │ ├── loading-1.gif │ │ ├── loading-2.gif │ │ └── xubox_loading1.gif │ └── seaning │ │ ├── close.png │ │ └── default.png │ └── bootstrap │ ├── js │ └── skin │ │ ├── default │ │ ├── icon.png │ │ ├── icon-ext.png │ │ ├── loading-0.gif │ │ ├── loading-1.gif │ │ ├── loading-2.gif │ │ ├── xubox_loading1.gif │ │ └── xubox_loading2.gif │ │ └── seaning │ │ ├── close.png │ │ └── default.png │ └── fonts │ ├── glyphicons-halflings-regular.eot │ ├── glyphicons-halflings-regular.ttf │ └── glyphicons-halflings-regular.woff ├── Dockerfile └── run.sh └── .gitignore /styles/website.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /doc/v1/tutorial/java.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /doc/v1/tutorial/php.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /doc/v1/tutorial/ruby.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docweb/logs/default.log: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /doc/v1/ci/fsf.md: -------------------------------------------------------------------------------- 1 | # fsf 2 | -------------------------------------------------------------------------------- /doc/v1/tutorial/golang.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /doc/v1/tutorial/nodejs.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /doc/v1/tutorial/python.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /doc/v1/best_practice/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /doc/v1/tutorial/deploycode.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /doc/v1/tutorial/dockerfile.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /doc/v1/tutorial/helloworld.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /doc/v1/tutorial/video.md: -------------------------------------------------------------------------------- 1 | video -------------------------------------------------------------------------------- /doc/v1/best_practice/deploy-code.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /doc/v1/best_practice/deploy-golang.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /doc/v1/best_practice/deploy-java.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /doc/v1/best_practice/deploy-node.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /doc/v1/best_practice/deploy-php.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /doc/v1/best_practice/deploy-python.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /doc/v1/best_practice/techniques.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docweb/views/doc/v1/tutorial/golang.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docweb/views/doc/v1/tutorial/java.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docweb/views/doc/v1/tutorial/nodejs.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docweb/views/doc/v1/tutorial/php.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docweb/views/doc/v1/tutorial/python.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docweb/views/doc/v1/tutorial/ruby.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docweb/views/doc/v1/best_practice/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docweb/views/doc/v1/ci/fsf.md: -------------------------------------------------------------------------------- 1 | # fsf 2 | -------------------------------------------------------------------------------- /docweb/views/doc/v1/tutorial/advance.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docweb/views/doc/v1/tutorial/build-image.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docweb/views/doc/v1/tutorial/deploy-code.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docweb/views/doc/v1/tutorial/deploycode.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docweb/views/doc/v1/tutorial/dockerfile.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docweb/views/doc/v1/tutorial/helloword.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docweb/views/doc/v1/tutorial/helloworld.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docweb/views/doc/v1/tutorial/video.md: -------------------------------------------------------------------------------- 1 | video -------------------------------------------------------------------------------- /doc/v1/best_practice/create-a-production-env.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /doc/v1/best_practice/how-to-use-ci-and-cd.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docweb/views/doc/v1/best_practice/deploy-code.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docweb/views/doc/v1/best_practice/deploy-java.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docweb/views/doc/v1/best_practice/deploy-node.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docweb/views/doc/v1/best_practice/deploy-php.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docweb/views/doc/v1/best_practice/techniques.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /doc/v1/advservices/mysql-cluster.md: -------------------------------------------------------------------------------- 1 | # Mysql 集群搭建 2 | -------------------------------------------------------------------------------- /docweb/views/doc/v1/best_practice/deploy-golang.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docweb/views/doc/v1/best_practice/deploy-python.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /doc/v1/best_practice/create-statefull-stateless-service.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docweb/views/doc/v1/best_practice/how-to-use-ci-and-cd.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docweb/views/doc/v1/best_practice/create-a-production-env.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docweb/views/doc/v1/advservices/mysql-cluster.md: -------------------------------------------------------------------------------- 1 | # Mysql 集群搭建 2 | -------------------------------------------------------------------------------- /docweb/static/gitbook/plugins/gitbook-plugin-toggle-chapters/toggle.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docweb/views/doc/v1/best_practice/create-statefull-stateless-service.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Dockerfile/run.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | git pull 4 | npm install 5 | node app.js -------------------------------------------------------------------------------- /doc/v1/devcloud/README.md: -------------------------------------------------------------------------------- 1 | # 开发者云端之旅 2 | * [Golang 开发者的云端之旅](devcloud-golang.md) -------------------------------------------------------------------------------- /doc/v1/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/.DS_Store -------------------------------------------------------------------------------- /docweb/views/doc/v1/devcloud/README.md: -------------------------------------------------------------------------------- 1 | # 开发者云端之旅 2 | * [Golang 开发者的云端之旅](devcloud-golang.md) -------------------------------------------------------------------------------- /doc/v1/images/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/.DS_Store -------------------------------------------------------------------------------- /doc/v1/images/ci/ci.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/ci/ci.jpg -------------------------------------------------------------------------------- /doc/v1/images/faq/ok.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/faq/ok.jpg -------------------------------------------------------------------------------- /doc/v1/images/ci/tce-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/ci/tce-1.png -------------------------------------------------------------------------------- /doc/v1/images/faq/basic.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/faq/basic.jpg -------------------------------------------------------------------------------- /doc/v1/images/faq/info.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/faq/info.jpg -------------------------------------------------------------------------------- /doc/v1/images/faq/log.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/faq/log.jpg -------------------------------------------------------------------------------- /doc/v1/images/host/main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/host/main.png -------------------------------------------------------------------------------- /doc/v1/images/faq/advance.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/faq/advance.jpg -------------------------------------------------------------------------------- /doc/v1/images/faq/connect.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/faq/connect.jpg -------------------------------------------------------------------------------- /doc/v1/images/faq/create.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/faq/create.jpg -------------------------------------------------------------------------------- /doc/v1/images/faq/sample.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/faq/sample.jpg -------------------------------------------------------------------------------- /doc/v1/images/faq/select.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/faq/select.jpg -------------------------------------------------------------------------------- /doc/v1/images/faq/ssh/log.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/faq/ssh/log.png -------------------------------------------------------------------------------- /doc/v1/images/host/deplo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/host/deplo.png -------------------------------------------------------------------------------- /doc/v1/images/ci/ci-manage.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/ci/ci-manage.jpg -------------------------------------------------------------------------------- /doc/v1/images/ci/ci-manage10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/ci/ci-manage10.jpg -------------------------------------------------------------------------------- /doc/v1/images/ci/ci-manage11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/ci/ci-manage11.jpg -------------------------------------------------------------------------------- /doc/v1/images/ci/ci-manage2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/ci/ci-manage2.jpg -------------------------------------------------------------------------------- /doc/v1/images/ci/ci-manage3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/ci/ci-manage3.jpg -------------------------------------------------------------------------------- /doc/v1/images/ci/ci-manage4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/ci/ci-manage4.jpg -------------------------------------------------------------------------------- /doc/v1/images/ci/ci-manage5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/ci/ci-manage5.jpg -------------------------------------------------------------------------------- /doc/v1/images/ci/ci-manage6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/ci/ci-manage6.jpg -------------------------------------------------------------------------------- /doc/v1/images/ci/ci-manage7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/ci/ci-manage7.jpg -------------------------------------------------------------------------------- /doc/v1/images/ci/ci-manage8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/ci/ci-manage8.jpg -------------------------------------------------------------------------------- /doc/v1/images/ci/ci-manage9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/ci/ci-manage9.jpg -------------------------------------------------------------------------------- /doc/v1/images/faq/beijing1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/faq/beijing1.jpg -------------------------------------------------------------------------------- /doc/v1/images/faq/beijing2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/faq/beijing2.jpg -------------------------------------------------------------------------------- /doc/v1/images/faq/hangzhou.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/faq/hangzhou.jpg -------------------------------------------------------------------------------- /doc/v1/images/faq/ssh/addr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/faq/ssh/addr.png -------------------------------------------------------------------------------- /doc/v1/images/registry/main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/registry/main.png -------------------------------------------------------------------------------- /doc/v1/images/samples/tce_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/samples/tce_1.png -------------------------------------------------------------------------------- /doc/v1/images/samples/tce_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/samples/tce_2.png -------------------------------------------------------------------------------- /doc/v1/images/stack/sample1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/stack/sample1.png -------------------------------------------------------------------------------- /doc/v1/images/stack/sample2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/stack/sample2.png -------------------------------------------------------------------------------- /doc/v1/images/stack/sample3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/stack/sample3.png -------------------------------------------------------------------------------- /docweb/static/images/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/images/favicon.ico -------------------------------------------------------------------------------- /doc/v1/images/ci/ci-addproject.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/ci/ci-addproject.jpg -------------------------------------------------------------------------------- /doc/v1/images/ci/faq-repo-list.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/ci/faq-repo-list.jpg -------------------------------------------------------------------------------- /doc/v1/images/host/add-host-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/host/add-host-0.png -------------------------------------------------------------------------------- /doc/v1/images/host/add-host-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/host/add-host-1.png -------------------------------------------------------------------------------- /doc/v1/images/host/add-host-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/host/add-host-2.png -------------------------------------------------------------------------------- /doc/v1/images/host/add-host-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/host/add-host-5.png -------------------------------------------------------------------------------- /doc/v1/images/host/add-host-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/host/add-host-6.png -------------------------------------------------------------------------------- /doc/v1/images/host/add-host-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/host/add-host-7.png -------------------------------------------------------------------------------- /doc/v1/images/host/faq-vm-net.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/host/faq-vm-net.png -------------------------------------------------------------------------------- /doc/v1/images/host/machine-mgr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/host/machine-mgr.png -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | #过滤文件夹 2 | node_modules/ 3 | _book/ 4 | docweb/node_modules/ 5 | docweb/logs/ 6 | .DS_Store 7 | nohup.out 8 | *.swp 9 | -------------------------------------------------------------------------------- /doc/v1/images/api/api-get-token.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/api/api-get-token.png -------------------------------------------------------------------------------- /doc/v1/images/ci/ci-addproject2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/ci/ci-addproject2.jpg -------------------------------------------------------------------------------- /doc/v1/images/ci/ci-addproject3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/ci/ci-addproject3.jpg -------------------------------------------------------------------------------- /doc/v1/images/ci/ci-listcoderepo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/ci/ci-listcoderepo.jpg -------------------------------------------------------------------------------- /doc/v1/images/ci/ci-listcoderepo2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/ci/ci-listcoderepo2.jpg -------------------------------------------------------------------------------- /doc/v1/images/ci/ci-listcoderepo3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/ci/ci-listcoderepo3.jpg -------------------------------------------------------------------------------- /doc/v1/images/ci/ci-listcoderepo4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/ci/ci-listcoderepo4.jpg -------------------------------------------------------------------------------- /doc/v1/images/ci/ci-listcoderepo5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/ci/ci-listcoderepo5.jpg -------------------------------------------------------------------------------- /doc/v1/images/ci/ci-listcoderepo6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/ci/ci-listcoderepo6.jpg -------------------------------------------------------------------------------- /doc/v1/images/ci/ci-listcoderepo7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/ci/ci-listcoderepo7.jpg -------------------------------------------------------------------------------- /doc/v1/images/ci/faq-deplpoy-key.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/ci/faq-deplpoy-key.jpg -------------------------------------------------------------------------------- /doc/v1/images/ci/faq-gitlab-build.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/ci/faq-gitlab-build.jpg -------------------------------------------------------------------------------- /doc/v1/images/ci/faq-gitlab-key.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/ci/faq-gitlab-key.jpg -------------------------------------------------------------------------------- /doc/v1/images/container/upgrade_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/upgrade_1.png -------------------------------------------------------------------------------- /doc/v1/images/container/upgrade_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/upgrade_2.png -------------------------------------------------------------------------------- /doc/v1/images/container/upgrade_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/upgrade_3.png -------------------------------------------------------------------------------- /doc/v1/images/container/upgrade_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/upgrade_4.png -------------------------------------------------------------------------------- /doc/v1/images/container/upgrade_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/upgrade_5.png -------------------------------------------------------------------------------- /doc/v1/images/container/upgrade_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/upgrade_6.png -------------------------------------------------------------------------------- /doc/v1/images/container/upgrade_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/upgrade_8.png -------------------------------------------------------------------------------- /doc/v1/images/container/upgrade_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/upgrade_9.png -------------------------------------------------------------------------------- /doc/v1/images/faq/filezilla/after.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/faq/filezilla/after.png -------------------------------------------------------------------------------- /doc/v1/images/faq/ssh/check_port1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/faq/ssh/check_port1.png -------------------------------------------------------------------------------- /doc/v1/images/faq/ssh/check_port2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/faq/ssh/check_port2.png -------------------------------------------------------------------------------- /doc/v1/images/faq/ssh/new_session.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/faq/ssh/new_session.png -------------------------------------------------------------------------------- /doc/v1/images/host/add-cluster-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/host/add-cluster-1.png -------------------------------------------------------------------------------- /doc/v1/images/host/add-cluster-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/host/add-cluster-2.png -------------------------------------------------------------------------------- /doc/v1/images/host/deploy-app-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/host/deploy-app-1.png -------------------------------------------------------------------------------- /doc/v1/images/host/faq-vm-net-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/host/faq-vm-net-2.png -------------------------------------------------------------------------------- /doc/v1/images/host/faq-vm-net-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/host/faq-vm-net-3.png -------------------------------------------------------------------------------- /doc/v1/images/host/faq-vm-net-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/host/faq-vm-net-4.png -------------------------------------------------------------------------------- /doc/v1/images/host/faq-vm-net-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/host/faq-vm-net-5.png -------------------------------------------------------------------------------- /doc/v1/images/registry/detail-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/registry/detail-1.png -------------------------------------------------------------------------------- /doc/v1/images/samples/login_push.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/samples/login_push.png -------------------------------------------------------------------------------- /doc/v1/images/samples/port_path.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/samples/port_path.png -------------------------------------------------------------------------------- /doc/v1/images/samples/tce_start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/samples/tce_start.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/ci/ci.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/ci/ci.jpg -------------------------------------------------------------------------------- /doc/v1/ci/add-public-key.md: -------------------------------------------------------------------------------- 1 | # 为私有仓库添加公钥 2 | 3 | 时速云的代码构建功能支持构建用户的私有仓库,但需要设置项目公钥。具体方法参考[这里](faq-how-to-build-private-code-repositories.md)。 -------------------------------------------------------------------------------- /doc/v1/images/ci/faq-coding-private.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/ci/faq-coding-private.jpg -------------------------------------------------------------------------------- /doc/v1/images/ci/faq-gitlab-addkey1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/ci/faq-gitlab-addkey1.jpg -------------------------------------------------------------------------------- /doc/v1/images/ci/faq-gitlab-addkey2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/ci/faq-gitlab-addkey2.jpg -------------------------------------------------------------------------------- /doc/v1/images/ci/faq-gitlab-detail.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/ci/faq-gitlab-detail.jpg -------------------------------------------------------------------------------- /doc/v1/images/ci/faq-gitlab-getrepo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/ci/faq-gitlab-getrepo.jpg -------------------------------------------------------------------------------- /doc/v1/images/container/scale_up_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/scale_up_1.png -------------------------------------------------------------------------------- /doc/v1/images/container/scale_up_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/scale_up_2.png -------------------------------------------------------------------------------- /doc/v1/images/container/scale_up_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/scale_up_3.png -------------------------------------------------------------------------------- /doc/v1/images/container/upgrade_7-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/upgrade_7-1.png -------------------------------------------------------------------------------- /doc/v1/images/container/upgrade_7-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/upgrade_7-2.png -------------------------------------------------------------------------------- /doc/v1/images/faq/filezilla/before.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/faq/filezilla/before.png -------------------------------------------------------------------------------- /doc/v1/images/host/add-host-images.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/host/add-host-images.png -------------------------------------------------------------------------------- /doc/v1/images/host/add-host-success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/host/add-host-success.png -------------------------------------------------------------------------------- /doc/v1/images/host/faq-pull-image-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/host/faq-pull-image-1.png -------------------------------------------------------------------------------- /doc/v1/images/host/faq-pull-image-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/host/faq-pull-image-2.png -------------------------------------------------------------------------------- /doc/v1/images/host/faq-pull-image-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/host/faq-pull-image-3.png -------------------------------------------------------------------------------- /doc/v1/images/host/faq-pull-image-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/host/faq-pull-image-4.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/log.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/log.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/ok.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/ok.jpg -------------------------------------------------------------------------------- /docweb/static/lib/skin/default/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/lib/skin/default/icon.png -------------------------------------------------------------------------------- /doc/v1/images/advservices/mongo-rs-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/advservices/mongo-rs-1.png -------------------------------------------------------------------------------- /doc/v1/images/advservices/mongo-rs-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/advservices/mongo-rs-2.png -------------------------------------------------------------------------------- /doc/v1/images/advservices/mongo-rs-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/advservices/mongo-rs-3.png -------------------------------------------------------------------------------- /doc/v1/images/advservices/mongo-rs-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/advservices/mongo-rs-4.png -------------------------------------------------------------------------------- /doc/v1/images/advservices/mongo-rs-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/advservices/mongo-rs-5.png -------------------------------------------------------------------------------- /doc/v1/images/advservices/mongo-rs-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/advservices/mongo-rs-6.png -------------------------------------------------------------------------------- /doc/v1/images/ci/faq-bitbucket-private.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/ci/faq-bitbucket-private.jpg -------------------------------------------------------------------------------- /doc/v1/images/ci/faq-gitcage-private.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/ci/faq-gitcage-private.jpg -------------------------------------------------------------------------------- /doc/v1/images/ci/faq-oschina-private.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/ci/faq-oschina-private.jpg -------------------------------------------------------------------------------- /doc/v1/images/ci/faq-repo-list-gitlab.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/ci/faq-repo-list-gitlab.jpg -------------------------------------------------------------------------------- /doc/v1/images/container/change_config1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/change_config1.jpg -------------------------------------------------------------------------------- /doc/v1/images/container/create_job_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/create_job_1.png -------------------------------------------------------------------------------- /doc/v1/images/container/create_job_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/create_job_2.png -------------------------------------------------------------------------------- /doc/v1/images/container/create_job_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/create_job_3.png -------------------------------------------------------------------------------- /doc/v1/images/container/create_job_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/create_job_4.png -------------------------------------------------------------------------------- /doc/v1/images/container/create_job_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/create_job_5.png -------------------------------------------------------------------------------- /doc/v1/images/container/delete_job_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/delete_job_1.png -------------------------------------------------------------------------------- /doc/v1/images/container/delete_job_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/delete_job_2.png -------------------------------------------------------------------------------- /doc/v1/images/container/delete_volume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/delete_volume.png -------------------------------------------------------------------------------- /doc/v1/images/container/deleted_count.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/deleted_count.png -------------------------------------------------------------------------------- /doc/v1/images/deploycode/deploy-php/ok.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/deploycode/deploy-php/ok.jpg -------------------------------------------------------------------------------- /doc/v1/images/faq/filezilla/addr_port.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/faq/filezilla/addr_port.png -------------------------------------------------------------------------------- /doc/v1/images/faq/filezilla/first_look.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/faq/filezilla/first_look.png -------------------------------------------------------------------------------- /doc/v1/images/faq/filezilla/user_pwd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/faq/filezilla/user_pwd.png -------------------------------------------------------------------------------- /doc/v1/images/host/add-cluster-2.bak.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/host/add-cluster-2.bak.png -------------------------------------------------------------------------------- /doc/v1/images/host/aws/aws-firewall-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/host/aws/aws-firewall-1.png -------------------------------------------------------------------------------- /doc/v1/images/host/aws/aws-firewall-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/host/aws/aws-firewall-2.png -------------------------------------------------------------------------------- /doc/v1/images/host/aws/aws-firewall-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/host/aws/aws-firewall-3.png -------------------------------------------------------------------------------- /doc/v1/images/host/aws/aws-firewall-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/host/aws/aws-firewall-4.png -------------------------------------------------------------------------------- /doc/v1/images/host/aws/aws-firewall-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/host/aws/aws-firewall-5.png -------------------------------------------------------------------------------- /doc/v1/images/host/aws/aws-firewall-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/host/aws/aws-firewall-6.png -------------------------------------------------------------------------------- /doc/v1/images/host/aws/aws-firewall-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/host/aws/aws-firewall-7.png -------------------------------------------------------------------------------- /doc/v1/images/samples/gosample/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/samples/gosample/Thumbs.db -------------------------------------------------------------------------------- /doc/v1/images/samples/tce_web_tomcat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/samples/tce_web_tomcat.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/ci/tce-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/ci/tce-1.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/basic.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/basic.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/create.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/create.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/info.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/info.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/logo.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/sample.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/sample.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/select.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/select.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/host/deplo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/host/deplo.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/host/main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/host/main.png -------------------------------------------------------------------------------- /docweb/static/gitbook/images/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/gitbook/images/favicon.ico -------------------------------------------------------------------------------- /docweb/static/lib/skin/seaning/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/lib/skin/seaning/close.png -------------------------------------------------------------------------------- /docweb/static/lib/skin/seaning/default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/lib/skin/seaning/default.png -------------------------------------------------------------------------------- /doc/v1/images/container/create_volume_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/create_volume_1.png -------------------------------------------------------------------------------- /doc/v1/images/container/create_volume_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/create_volume_2.png -------------------------------------------------------------------------------- /doc/v1/images/container/create_volume_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/create_volume_3.png -------------------------------------------------------------------------------- /doc/v1/images/container/domain_binding1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/domain_binding1.jpg -------------------------------------------------------------------------------- /doc/v1/images/container/domain_binding2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/domain_binding2.jpg -------------------------------------------------------------------------------- /doc/v1/images/container/domain_binding3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/domain_binding3.jpg -------------------------------------------------------------------------------- /doc/v1/images/container/domain_binding4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/domain_binding4.jpg -------------------------------------------------------------------------------- /doc/v1/images/container/extend_volume_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/extend_volume_1.png -------------------------------------------------------------------------------- /doc/v1/images/container/extend_volume_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/extend_volume_2.png -------------------------------------------------------------------------------- /doc/v1/images/container/format_volume_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/format_volume_1.png -------------------------------------------------------------------------------- /doc/v1/images/container/format_volume_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/format_volume_2.png -------------------------------------------------------------------------------- /doc/v1/images/container/volume_export_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/volume_export_1.png -------------------------------------------------------------------------------- /doc/v1/images/container/volume_export_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/volume_export_2.png -------------------------------------------------------------------------------- /doc/v1/images/container/volume_export_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/volume_export_3.png -------------------------------------------------------------------------------- /doc/v1/images/container/volume_import_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/volume_import_1.png -------------------------------------------------------------------------------- /doc/v1/images/container/volume_import_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/volume_import_2.png -------------------------------------------------------------------------------- /doc/v1/images/container/volume_import_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/volume_import_3.png -------------------------------------------------------------------------------- /doc/v1/images/container/volume_import_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/volume_import_4.png -------------------------------------------------------------------------------- /doc/v1/images/container/volume_import_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/volume_import_5.png -------------------------------------------------------------------------------- /doc/v1/images/container/volume_import_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/volume_import_6.png -------------------------------------------------------------------------------- /doc/v1/images/deploycode/deploy-php/info.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/deploycode/deploy-php/info.jpg -------------------------------------------------------------------------------- /doc/v1/images/deploycode/deploy-php/log.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/deploycode/deploy-php/log.jpg -------------------------------------------------------------------------------- /doc/v1/images/faq/filezilla/new_session.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/faq/filezilla/new_session.png -------------------------------------------------------------------------------- /doc/v1/images/faq/mysql_workbench/infos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/faq/mysql_workbench/infos.png -------------------------------------------------------------------------------- /doc/v1/images/getting_started/container.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/getting_started/container.png -------------------------------------------------------------------------------- /doc/v1/images/host/add-host-0-tenx-host.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/host/add-host-0-tenx-host.png -------------------------------------------------------------------------------- /doc/v1/images/host/add-host-1-tenx-host.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/host/add-host-1-tenx-host.png -------------------------------------------------------------------------------- /doc/v1/images/host/add-host-2-tenx-host.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/host/add-host-2-tenx-host.png -------------------------------------------------------------------------------- /doc/v1/images/host/add-host-3-tenx-host.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/host/add-host-3-tenx-host.png -------------------------------------------------------------------------------- /doc/v1/images/host/add-host-4-tenx-host.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/host/add-host-4-tenx-host.png -------------------------------------------------------------------------------- /doc/v1/images/host/aws/ucloud-firewall-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/host/aws/ucloud-firewall-1.png -------------------------------------------------------------------------------- /doc/v1/images/host/faq-create-access-key.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/host/faq-create-access-key.png -------------------------------------------------------------------------------- /doc/v1/images/samples/tce_create_tomcat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/samples/tce_create_tomcat.png -------------------------------------------------------------------------------- /doc/v1/images/samples/tce_running_tomcat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/samples/tce_running_tomcat.png -------------------------------------------------------------------------------- /doc/v1/images/samples/tce_success_tomcat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/samples/tce_success_tomcat.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/ci/ci-manage.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/ci/ci-manage.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/advance.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/advance.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/beijing1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/beijing1.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/beijing2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/beijing2.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/connect.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/connect.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/hangzhou.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/hangzhou.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/ssh/addr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/ssh/addr.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/ssh/log.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/ssh/log.png -------------------------------------------------------------------------------- /docweb/static/lib/skin/default/icon-ext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/lib/skin/default/icon-ext.png -------------------------------------------------------------------------------- /docweb/static/lib/skin/default/loading-0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/lib/skin/default/loading-0.gif -------------------------------------------------------------------------------- /docweb/static/lib/skin/default/loading-1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/lib/skin/default/loading-1.gif -------------------------------------------------------------------------------- /docweb/static/lib/skin/default/loading-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/lib/skin/default/loading-2.gif -------------------------------------------------------------------------------- /doc/v1/images/ci/faq-gitlab-private_token.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/ci/faq-gitlab-private_token.jpg -------------------------------------------------------------------------------- /doc/v1/images/container/access_container_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/access_container_1.png -------------------------------------------------------------------------------- /doc/v1/images/container/access_container_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/access_container_2.png -------------------------------------------------------------------------------- /doc/v1/images/container/access_container_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/access_container_3.png -------------------------------------------------------------------------------- /doc/v1/images/container/access_container_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/access_container_4.png -------------------------------------------------------------------------------- /doc/v1/images/container/access_container_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/access_container_5.png -------------------------------------------------------------------------------- /doc/v1/images/container/access_container_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/access_container_6.png -------------------------------------------------------------------------------- /doc/v1/images/container/access_container_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/access_container_7.png -------------------------------------------------------------------------------- /doc/v1/images/container/access_container_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/access_container_8.png -------------------------------------------------------------------------------- /doc/v1/images/container/access_container_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/access_container_9.png -------------------------------------------------------------------------------- /doc/v1/images/container/container_handle1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/container_handle1.jpg -------------------------------------------------------------------------------- /doc/v1/images/container/container_handle2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/container_handle2.jpg -------------------------------------------------------------------------------- /doc/v1/images/container/container_handle3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/container_handle3.jpg -------------------------------------------------------------------------------- /doc/v1/images/container/create_container_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/create_container_1.png -------------------------------------------------------------------------------- /doc/v1/images/container/create_container_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/create_container_2.png -------------------------------------------------------------------------------- /doc/v1/images/container/create_container_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/create_container_3.png -------------------------------------------------------------------------------- /doc/v1/images/container/create_container_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/create_container_4.png -------------------------------------------------------------------------------- /doc/v1/images/container/edit_container_env.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/edit_container_env.jpg -------------------------------------------------------------------------------- /doc/v1/images/container/edit_container_port.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/edit_container_port.jpg -------------------------------------------------------------------------------- /doc/v1/images/container/modify_exec_cmd_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/modify_exec_cmd_1.png -------------------------------------------------------------------------------- /doc/v1/images/container/modify_exec_cmd_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/modify_exec_cmd_2.png -------------------------------------------------------------------------------- /doc/v1/images/container/modify_exec_cmd_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/modify_exec_cmd_3.png -------------------------------------------------------------------------------- /doc/v1/images/deploycode/deploy-golang/port.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/deploycode/deploy-golang/port.png -------------------------------------------------------------------------------- /doc/v1/images/deploycode/deploy-java/basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/deploycode/deploy-java/basic.png -------------------------------------------------------------------------------- /doc/v1/images/deploycode/deploy-java/create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/deploycode/deploy-java/create.png -------------------------------------------------------------------------------- /doc/v1/images/deploycode/deploy-java/passwd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/deploycode/deploy-java/passwd.png -------------------------------------------------------------------------------- /doc/v1/images/deploycode/deploy-java/port.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/deploycode/deploy-java/port.png -------------------------------------------------------------------------------- /doc/v1/images/deploycode/deploy-java/select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/deploycode/deploy-java/select.png -------------------------------------------------------------------------------- /doc/v1/images/deploycode/deploy-lamp/basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/deploycode/deploy-lamp/basic.png -------------------------------------------------------------------------------- /doc/v1/images/deploycode/deploy-lamp/create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/deploycode/deploy-lamp/create.png -------------------------------------------------------------------------------- /doc/v1/images/deploycode/deploy-lamp/passwd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/deploycode/deploy-lamp/passwd.png -------------------------------------------------------------------------------- /doc/v1/images/deploycode/deploy-lamp/port.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/deploycode/deploy-lamp/port.png -------------------------------------------------------------------------------- /doc/v1/images/deploycode/deploy-lamp/select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/deploycode/deploy-lamp/select.png -------------------------------------------------------------------------------- /doc/v1/images/deploycode/deploy-node/basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/deploycode/deploy-node/basic.png -------------------------------------------------------------------------------- /doc/v1/images/deploycode/deploy-node/create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/deploycode/deploy-node/create.png -------------------------------------------------------------------------------- /doc/v1/images/deploycode/deploy-node/passwd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/deploycode/deploy-node/passwd.png -------------------------------------------------------------------------------- /doc/v1/images/deploycode/deploy-node/port.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/deploycode/deploy-node/port.png -------------------------------------------------------------------------------- /doc/v1/images/deploycode/deploy-node/select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/deploycode/deploy-node/select.png -------------------------------------------------------------------------------- /doc/v1/images/deploycode/deploy-php/advance.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/deploycode/deploy-php/advance.jpg -------------------------------------------------------------------------------- /doc/v1/images/deploycode/deploy-php/basic.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/deploycode/deploy-php/basic.jpg -------------------------------------------------------------------------------- /doc/v1/images/deploycode/deploy-php/connect.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/deploycode/deploy-php/connect.jpg -------------------------------------------------------------------------------- /doc/v1/images/deploycode/deploy-php/create.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/deploycode/deploy-php/create.jpg -------------------------------------------------------------------------------- /doc/v1/images/deploycode/deploy-php/sample.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/deploycode/deploy-php/sample.jpg -------------------------------------------------------------------------------- /doc/v1/images/deploycode/deploy-php/select.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/deploycode/deploy-php/select.jpg -------------------------------------------------------------------------------- /doc/v1/images/deploycode/deploy-python/port.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/deploycode/deploy-python/port.png -------------------------------------------------------------------------------- /doc/v1/images/faq/mysql_workbench/connect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/faq/mysql_workbench/connect.png -------------------------------------------------------------------------------- /doc/v1/images/host/add-cluster-type-simple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/host/add-cluster-type-simple.png -------------------------------------------------------------------------------- /doc/v1/images/host/add-host-containers-node.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/host/add-host-containers-node.png -------------------------------------------------------------------------------- /doc/v1/images/host/aws/qingcloud-firewall-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/host/aws/qingcloud-firewall-1.png -------------------------------------------------------------------------------- /doc/v1/images/host/cluster-status-actions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/host/cluster-status-actions.png -------------------------------------------------------------------------------- /doc/v1/images/host/cluster-status-preparing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/host/cluster-status-preparing.png -------------------------------------------------------------------------------- /doc/v1/images/host/cluster-status-running.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/host/cluster-status-running.png -------------------------------------------------------------------------------- /doc/v1/images/host/cluster-status-stopped.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/host/cluster-status-stopped.png -------------------------------------------------------------------------------- /doc/v1/images/host/deploy-app-0-tenx-host.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/host/deploy-app-0-tenx-host.png -------------------------------------------------------------------------------- /doc/v1/images/host/deploy-app-1-tenx-host.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/host/deploy-app-1-tenx-host.png -------------------------------------------------------------------------------- /doc/v1/images/host/deploy-app-2-tenx-host.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/host/deploy-app-2-tenx-host.png -------------------------------------------------------------------------------- /doc/v1/images/host/deploy-app-self-host-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/host/deploy-app-self-host-1.png -------------------------------------------------------------------------------- /doc/v1/images/host/deploy-app-self-host-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/host/deploy-app-self-host-2.png -------------------------------------------------------------------------------- /doc/v1/images/host/faq-create-access-key2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/host/faq-create-access-key2.png -------------------------------------------------------------------------------- /doc/v1/images/host/faq-create-access-key3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/host/faq-create-access-key3.png -------------------------------------------------------------------------------- /doc/v1/images/host/faq-create-access-key4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/host/faq-create-access-key4.png -------------------------------------------------------------------------------- /doc/v1/images/samples/gosample/tce_go_apply.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/samples/gosample/tce_go_apply.png -------------------------------------------------------------------------------- /doc/v1/images/samples/gosample/tce_go_link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/samples/gosample/tce_go_link.png -------------------------------------------------------------------------------- /doc/v1/images/samples/gosample/tce_go_logs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/samples/gosample/tce_go_logs.png -------------------------------------------------------------------------------- /doc/v1/images/samples/gosample/tce_go_push.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/samples/gosample/tce_go_push.png -------------------------------------------------------------------------------- /doc/v1/images/samples/tce_creating_tomcat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/samples/tce_creating_tomcat.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/ci/ci-manage10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/ci/ci-manage10.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/ci/ci-manage11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/ci/ci-manage11.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/ci/ci-manage2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/ci/ci-manage2.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/ci/ci-manage3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/ci/ci-manage3.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/ci/ci-manage4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/ci/ci-manage4.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/ci/ci-manage5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/ci/ci-manage5.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/ci/ci-manage6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/ci/ci-manage6.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/ci/ci-manage7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/ci/ci-manage7.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/ci/ci-manage8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/ci/ci-manage8.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/ci/ci-manage9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/ci/ci-manage9.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/host/add-host-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/host/add-host-0.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/host/add-host-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/host/add-host-1.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/host/add-host-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/host/add-host-2.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/host/add-host-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/host/add-host-3.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/host/add-host-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/host/add-host-4.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/host/add-host-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/host/add-host-5.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/host/add-host-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/host/add-host-6.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/host/add-host-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/host/add-host-7.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/host/faq-vm-net.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/host/faq-vm-net.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/registry/main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/registry/main.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/samples/tce_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/samples/tce_1.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/samples/tce_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/samples/tce_2.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/stack/sample1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/stack/sample1.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/stack/sample2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/stack/sample2.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/stack/sample3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/stack/sample3.png -------------------------------------------------------------------------------- /docweb/static/gitbook/fonts/opensans/300.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/gitbook/fonts/opensans/300.woff -------------------------------------------------------------------------------- /docweb/static/gitbook/fonts/opensans/300i.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/gitbook/fonts/opensans/300i.woff -------------------------------------------------------------------------------- /docweb/static/gitbook/fonts/opensans/400.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/gitbook/fonts/opensans/400.woff -------------------------------------------------------------------------------- /docweb/static/gitbook/fonts/opensans/400i.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/gitbook/fonts/opensans/400i.woff -------------------------------------------------------------------------------- /docweb/static/gitbook/fonts/opensans/600.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/gitbook/fonts/opensans/600.woff -------------------------------------------------------------------------------- /docweb/static/gitbook/fonts/opensans/600i.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/gitbook/fonts/opensans/600i.woff -------------------------------------------------------------------------------- /docweb/static/gitbook/fonts/opensans/700.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/gitbook/fonts/opensans/700.woff -------------------------------------------------------------------------------- /docweb/static/gitbook/fonts/opensans/700i.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/gitbook/fonts/opensans/700i.woff -------------------------------------------------------------------------------- /doc/v1/images/deploycode/deploy-golang/basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/deploycode/deploy-golang/basic.png -------------------------------------------------------------------------------- /doc/v1/images/deploycode/deploy-golang/create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/deploycode/deploy-golang/create.png -------------------------------------------------------------------------------- /doc/v1/images/deploycode/deploy-golang/passwd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/deploycode/deploy-golang/passwd.png -------------------------------------------------------------------------------- /doc/v1/images/deploycode/deploy-golang/select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/deploycode/deploy-golang/select.png -------------------------------------------------------------------------------- /doc/v1/images/deploycode/deploy-java/advance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/deploycode/deploy-java/advance.png -------------------------------------------------------------------------------- /doc/v1/images/deploycode/deploy-java/running.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/deploycode/deploy-java/running.png -------------------------------------------------------------------------------- /doc/v1/images/deploycode/deploy-java/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/deploycode/deploy-java/success.png -------------------------------------------------------------------------------- /doc/v1/images/deploycode/deploy-lamp/advance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/deploycode/deploy-lamp/advance.png -------------------------------------------------------------------------------- /doc/v1/images/deploycode/deploy-lamp/running.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/deploycode/deploy-lamp/running.png -------------------------------------------------------------------------------- /doc/v1/images/deploycode/deploy-lamp/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/deploycode/deploy-lamp/success.png -------------------------------------------------------------------------------- /doc/v1/images/deploycode/deploy-node/advance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/deploycode/deploy-node/advance.png -------------------------------------------------------------------------------- /doc/v1/images/deploycode/deploy-node/running.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/deploycode/deploy-node/running.png -------------------------------------------------------------------------------- /doc/v1/images/deploycode/deploy-node/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/deploycode/deploy-node/success.png -------------------------------------------------------------------------------- /doc/v1/images/deploycode/deploy-php/beijing1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/deploycode/deploy-php/beijing1.jpg -------------------------------------------------------------------------------- /doc/v1/images/deploycode/deploy-php/beijing2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/deploycode/deploy-php/beijing2.jpg -------------------------------------------------------------------------------- /doc/v1/images/deploycode/deploy-php/hangzhou.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/deploycode/deploy-php/hangzhou.jpg -------------------------------------------------------------------------------- /doc/v1/images/deploycode/deploy-python/basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/deploycode/deploy-python/basic.png -------------------------------------------------------------------------------- /doc/v1/images/deploycode/deploy-python/create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/deploycode/deploy-python/create.png -------------------------------------------------------------------------------- /doc/v1/images/deploycode/deploy-python/passwd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/deploycode/deploy-python/passwd.png -------------------------------------------------------------------------------- /doc/v1/images/deploycode/deploy-python/select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/deploycode/deploy-python/select.png -------------------------------------------------------------------------------- /doc/v1/images/devcloud/devcloud-golang/build.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/devcloud/devcloud-golang/build.png -------------------------------------------------------------------------------- /doc/v1/images/devcloud/devcloud-golang/deploy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/devcloud/devcloud-golang/deploy.png -------------------------------------------------------------------------------- /doc/v1/images/faq/mysql_workbench/connect_ok.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/faq/mysql_workbench/connect_ok.png -------------------------------------------------------------------------------- /doc/v1/images/faq/mysql_workbench/main_board.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/faq/mysql_workbench/main_board.png -------------------------------------------------------------------------------- /doc/v1/images/host/add-host-containers-master.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/host/add-host-containers-master.png -------------------------------------------------------------------------------- /doc/v1/images/host/deploy-app-self-host-2-log.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/host/deploy-app-self-host-2-log.png -------------------------------------------------------------------------------- /doc/v1/images/samples/gosample/tce_go_cilist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/samples/gosample/tce_go_cilist.png -------------------------------------------------------------------------------- /doc/v1/images/samples/gosample/tce_go_cilogs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/samples/gosample/tce_go_cilogs.png -------------------------------------------------------------------------------- /doc/v1/images/samples/gosample/tce_go_success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/samples/gosample/tce_go_success.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/api/api-get-token.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/api/api-get-token.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/ci/ci-addproject.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/ci/ci-addproject.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/ci/ci-addproject2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/ci/ci-addproject2.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/ci/ci-addproject3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/ci/ci-addproject3.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/ci/faq-gitlab-key.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/ci/faq-gitlab-key.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/ci/faq-repo-list.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/ci/faq-repo-list.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/host/deploy-app-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/host/deploy-app-1.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/host/faq-vm-net-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/host/faq-vm-net-2.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/host/faq-vm-net-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/host/faq-vm-net-3.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/host/faq-vm-net-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/host/faq-vm-net-4.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/host/faq-vm-net-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/host/faq-vm-net-5.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/host/machine-mgr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/host/machine-mgr.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/registry/detail-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/registry/detail-1.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/samples/port_path.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/samples/port_path.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/samples/tce_start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/samples/tce_start.png -------------------------------------------------------------------------------- /docweb/static/gitbook/fonts/merriweather/250.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/gitbook/fonts/merriweather/250.woff -------------------------------------------------------------------------------- /docweb/static/gitbook/fonts/merriweather/400.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/gitbook/fonts/merriweather/400.woff -------------------------------------------------------------------------------- /docweb/static/gitbook/fonts/merriweather/700.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/gitbook/fonts/merriweather/700.woff -------------------------------------------------------------------------------- /docweb/static/gitbook/fonts/merriweather/900.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/gitbook/fonts/merriweather/900.woff -------------------------------------------------------------------------------- /docweb/static/lib/skin/default/xubox_loading1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/lib/skin/default/xubox_loading1.gif -------------------------------------------------------------------------------- /doc/v1/images/deploycode/deploy-golang/advance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/deploycode/deploy-golang/advance.png -------------------------------------------------------------------------------- /doc/v1/images/deploycode/deploy-golang/running.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/deploycode/deploy-golang/running.png -------------------------------------------------------------------------------- /doc/v1/images/deploycode/deploy-golang/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/deploycode/deploy-golang/success.png -------------------------------------------------------------------------------- /doc/v1/images/deploycode/deploy-python/advance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/deploycode/deploy-python/advance.png -------------------------------------------------------------------------------- /doc/v1/images/deploycode/deploy-python/running.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/deploycode/deploy-python/running.png -------------------------------------------------------------------------------- /doc/v1/images/deploycode/deploy-python/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/deploycode/deploy-python/success.png -------------------------------------------------------------------------------- /doc/v1/images/devcloud/devcloud-golang/addsource.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/devcloud/devcloud-golang/addsource.png -------------------------------------------------------------------------------- /doc/v1/images/devcloud/devcloud-golang/console.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/devcloud/devcloud-golang/console.png -------------------------------------------------------------------------------- /doc/v1/images/host/add-cluster-type-simple.bak.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/host/add-cluster-type-simple.bak.png -------------------------------------------------------------------------------- /doc/v1/images/host/deploy-app-self-host-2-event.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/host/deploy-app-self-host-2-event.png -------------------------------------------------------------------------------- /doc/v1/images/host/deploy-app-tenx-host-create-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/host/deploy-app-tenx-host-create-1.png -------------------------------------------------------------------------------- /doc/v1/images/host/deploy-app-tenx-host-create-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/host/deploy-app-tenx-host-create-2.png -------------------------------------------------------------------------------- /doc/v1/images/host/deploy-app-tenx-host-create-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/host/deploy-app-tenx-host-create-3.png -------------------------------------------------------------------------------- /doc/v1/images/host/deploy-app-tenx-host-create-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/host/deploy-app-tenx-host-create-4.png -------------------------------------------------------------------------------- /doc/v1/images/host/deploy-app-tenx-host-create-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/host/deploy-app-tenx-host-create-5.png -------------------------------------------------------------------------------- /doc/v1/images/host/faq-create-access-key-aliyun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/host/faq-create-access-key-aliyun.png -------------------------------------------------------------------------------- /doc/v1/images/samples/tce_notice/transform_error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/samples/tce_notice/transform_error.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/ci/ci-listcoderepo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/ci/ci-listcoderepo.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/ci/ci-listcoderepo2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/ci/ci-listcoderepo2.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/ci/ci-listcoderepo3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/ci/ci-listcoderepo3.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/ci/ci-listcoderepo4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/ci/ci-listcoderepo4.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/ci/ci-listcoderepo5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/ci/ci-listcoderepo5.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/ci/ci-listcoderepo6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/ci/ci-listcoderepo6.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/ci/ci-listcoderepo7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/ci/ci-listcoderepo7.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/ci/faq-deplpoy-key.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/ci/faq-deplpoy-key.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/ci/faq-gitlab-build.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/ci/faq-gitlab-build.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/ci/faq-gitlab-detail.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/ci/faq-gitlab-detail.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/scale_up_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/scale_up_1.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/scale_up_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/scale_up_2.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/scale_up_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/scale_up_3.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/upgrade_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/upgrade_1.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/upgrade_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/upgrade_2.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/upgrade_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/upgrade_3.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/upgrade_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/upgrade_4.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/upgrade_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/upgrade_5.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/upgrade_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/upgrade_6.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/upgrade_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/upgrade_8.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/upgrade_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/upgrade_9.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/deploy-java/port.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/deploy-java/port.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/deploy-lamp/port.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/deploy-lamp/port.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/deploy-node/port.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/deploy-node/port.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/filezilla/after.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/filezilla/after.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/filezilla/before.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/filezilla/before.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/ssh/check_port1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/ssh/check_port1.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/ssh/check_port2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/ssh/check_port2.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/ssh/new_session.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/ssh/new_session.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/host/add-cluster-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/host/add-cluster-1.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/host/add-cluster-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/host/add-cluster-2.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/host/add-host-images.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/host/add-host-images.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/samples/login_push.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/samples/login_push.png -------------------------------------------------------------------------------- /docweb/static/gitbook/fonts/merriweather/250i.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/gitbook/fonts/merriweather/250i.woff -------------------------------------------------------------------------------- /docweb/static/gitbook/fonts/merriweather/400i.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/gitbook/fonts/merriweather/400i.woff -------------------------------------------------------------------------------- /docweb/static/gitbook/fonts/merriweather/700i.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/gitbook/fonts/merriweather/700i.woff -------------------------------------------------------------------------------- /docweb/static/gitbook/fonts/merriweather/900i.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/gitbook/fonts/merriweather/900i.woff -------------------------------------------------------------------------------- /docweb/static/lib/bootstrap/js/skin/default/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/lib/bootstrap/js/skin/default/icon.png -------------------------------------------------------------------------------- /doc/v1/images/container/edit_container_detail_page.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/edit_container_detail_page.jpg -------------------------------------------------------------------------------- /doc/v1/images/container/operations_of_recycle_bin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/operations_of_recycle_bin.png -------------------------------------------------------------------------------- /doc/v1/images/deploycode/deploy-java/create_volume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/deploycode/deploy-java/create_volume.png -------------------------------------------------------------------------------- /doc/v1/images/deploycode/deploy-lamp/create_volume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/deploycode/deploy-lamp/create_volume.png -------------------------------------------------------------------------------- /doc/v1/images/deploycode/deploy-node/create_volume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/deploycode/deploy-node/create_volume.png -------------------------------------------------------------------------------- /doc/v1/images/devcloud/devcloud-golang/syncsource.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/devcloud/devcloud-golang/syncsource.png -------------------------------------------------------------------------------- /doc/v1/images/host/deploy-app-self-host-2-plugins.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/host/deploy-app-self-host-2-plugins.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/advservices/mongo-rs-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/advservices/mongo-rs-1.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/advservices/mongo-rs-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/advservices/mongo-rs-2.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/advservices/mongo-rs-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/advservices/mongo-rs-3.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/advservices/mongo-rs-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/advservices/mongo-rs-4.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/advservices/mongo-rs-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/advservices/mongo-rs-5.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/advservices/mongo-rs-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/advservices/mongo-rs-6.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/ci/faq-coding-private.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/ci/faq-coding-private.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/ci/faq-gitcage-private.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/ci/faq-gitcage-private.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/ci/faq-gitlab-addkey1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/ci/faq-gitlab-addkey1.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/ci/faq-gitlab-addkey2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/ci/faq-gitlab-addkey2.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/ci/faq-gitlab-getrepo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/ci/faq-gitlab-getrepo.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/ci/faq-oschina-private.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/ci/faq-oschina-private.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/create_job_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/create_job_1.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/create_job_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/create_job_2.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/create_job_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/create_job_3.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/create_job_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/create_job_4.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/create_job_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/create_job_5.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/delete_job_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/delete_job_1.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/delete_job_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/delete_job_2.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/upgrade_7(1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/upgrade_7(1).png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/upgrade_7(2).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/upgrade_7(2).png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/upgrade_7-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/upgrade_7-1.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/upgrade_7-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/upgrade_7-2.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/deploy-golang/port.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/deploy-golang/port.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/deploy-java/basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/deploy-java/basic.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/deploy-java/create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/deploy-java/create.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/deploy-java/passwd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/deploy-java/passwd.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/deploy-java/select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/deploy-java/select.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/deploy-lamp/basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/deploy-lamp/basic.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/deploy-lamp/create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/deploy-lamp/create.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/deploy-lamp/passwd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/deploy-lamp/passwd.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/deploy-lamp/select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/deploy-lamp/select.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/deploy-node/basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/deploy-node/basic.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/deploy-node/create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/deploy-node/create.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/deploy-node/passwd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/deploy-node/passwd.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/deploy-node/select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/deploy-node/select.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/deploy-nodejs/port.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/deploy-nodejs/port.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/deploy-python/port.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/deploy-python/port.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/filezilla/user_pwd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/filezilla/user_pwd.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/host/add-host-success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/host/add-host-success.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/host/faq-pull-image-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/host/faq-pull-image-1.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/host/faq-pull-image-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/host/faq-pull-image-2.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/host/faq-pull-image-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/host/faq-pull-image-3.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/host/faq-pull-image-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/host/faq-pull-image-4.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/samples/gosample/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/samples/gosample/Thumbs.db -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/samples/tce_web_tomcat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/samples/tce_web_tomcat.png -------------------------------------------------------------------------------- /docweb/static/lib/bootstrap/js/skin/seaning/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/lib/bootstrap/js/skin/seaning/close.png -------------------------------------------------------------------------------- /doc/v1/images/container/create_stateful_container_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/create_stateful_container_1.png -------------------------------------------------------------------------------- /doc/v1/images/container/create_stateful_container_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/create_stateful_container_2.png -------------------------------------------------------------------------------- /doc/v1/images/container/create_stateful_container_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/create_stateful_container_3.png -------------------------------------------------------------------------------- /doc/v1/images/container/create_stateful_container_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/create_stateful_container_4.png -------------------------------------------------------------------------------- /doc/v1/images/container/create_stateful_container_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/create_stateful_container_5.png -------------------------------------------------------------------------------- /doc/v1/images/container/create_stateful_container_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/create_stateful_container_6.png -------------------------------------------------------------------------------- /doc/v1/images/container/create_stateful_container_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/container/create_stateful_container_7.png -------------------------------------------------------------------------------- /doc/v1/images/deploycode/deploy-golang/change_success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/deploycode/deploy-golang/change_success.png -------------------------------------------------------------------------------- /doc/v1/images/deploycode/deploy-golang/create_volume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/deploycode/deploy-golang/create_volume.png -------------------------------------------------------------------------------- /doc/v1/images/deploycode/deploy-java/change_success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/deploycode/deploy-java/change_success.png -------------------------------------------------------------------------------- /doc/v1/images/deploycode/deploy-lamp/change_success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/deploycode/deploy-lamp/change_success.png -------------------------------------------------------------------------------- /doc/v1/images/deploycode/deploy-node/change_success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/deploycode/deploy-node/change_success.png -------------------------------------------------------------------------------- /doc/v1/images/deploycode/deploy-python/change_success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/deploycode/deploy-python/change_success.png -------------------------------------------------------------------------------- /doc/v1/images/deploycode/deploy-python/create_volume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/deploycode/deploy-python/create_volume.png -------------------------------------------------------------------------------- /doc/v1/images/devcloud/devcloud-golang/accessservice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/devcloud/devcloud-golang/accessservice.png -------------------------------------------------------------------------------- /doc/v1/images/devcloud/devcloud-golang/buildsuccess.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/devcloud/devcloud-golang/buildsuccess.png -------------------------------------------------------------------------------- /doc/v1/images/devcloud/devcloud-golang/createservice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/devcloud/devcloud-golang/createservice.png -------------------------------------------------------------------------------- /doc/v1/images/devcloud/devcloud-golang/deploysuccess.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/devcloud/devcloud-golang/deploysuccess.png -------------------------------------------------------------------------------- /doc/v1/images/devcloud/devcloud-golang/selectsource.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/devcloud/devcloud-golang/selectsource.png -------------------------------------------------------------------------------- /doc/v1/images/host/add-cluster-type-cross-datacenter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/host/add-cluster-type-cross-datacenter.png -------------------------------------------------------------------------------- /doc/v1/images/host/deploy-app-self-host-0-container.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/host/deploy-app-self-host-0-container.png -------------------------------------------------------------------------------- /doc/v1/images/host/deploy-app-self-host-2-rc-detail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/doc/v1/images/host/deploy-app-self-host-2-rc-detail.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/ci/faq-bitbucket-private.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/ci/faq-bitbucket-private.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/ci/faq-repo-list-gitlab.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/ci/faq-repo-list-gitlab.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/change_config1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/change_config1.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/create_volume_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/create_volume_1.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/create_volume_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/create_volume_2.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/create_volume_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/create_volume_3.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/delete_volume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/delete_volume.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/deleted_count.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/deleted_count.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/domain_binding1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/domain_binding1.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/domain_binding2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/domain_binding2.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/domain_binding3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/domain_binding3.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/domain_binding4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/domain_binding4.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/extend_volume_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/extend_volume_1.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/extend_volume_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/extend_volume_2.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/format_volume_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/format_volume_1.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/format_volume_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/format_volume_2.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/volume_export_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/volume_export_1.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/volume_export_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/volume_export_2.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/volume_export_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/volume_export_3.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/volume_import_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/volume_import_1.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/volume_import_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/volume_import_2.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/volume_import_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/volume_import_3.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/volume_import_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/volume_import_4.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/volume_import_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/volume_import_5.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/volume_import_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/volume_import_6.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/deploycode/deploy-php/log.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/deploycode/deploy-php/log.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/deploycode/deploy-php/ok.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/deploycode/deploy-php/ok.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/deploy-golang/advance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/deploy-golang/advance.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/deploy-golang/basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/deploy-golang/basic.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/deploy-golang/create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/deploy-golang/create.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/deploy-golang/passwd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/deploy-golang/passwd.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/deploy-golang/running.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/deploy-golang/running.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/deploy-golang/select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/deploy-golang/select.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/deploy-golang/success.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/deploy-golang/success.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/deploy-golang/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/deploy-golang/success.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/deploy-java/advance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/deploy-java/advance.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/deploy-java/running.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/deploy-java/running.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/deploy-java/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/deploy-java/success.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/deploy-lamp/advance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/deploy-lamp/advance.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/deploy-lamp/running.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/deploy-lamp/running.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/deploy-lamp/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/deploy-lamp/success.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/deploy-node/advance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/deploy-node/advance.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/deploy-node/running.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/deploy-node/running.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/deploy-node/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/deploy-node/success.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/deploy-nodejs/advance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/deploy-nodejs/advance.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/deploy-nodejs/basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/deploy-nodejs/basic.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/deploy-nodejs/create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/deploy-nodejs/create.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/deploy-nodejs/passwd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/deploy-nodejs/passwd.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/deploy-nodejs/running.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/deploy-nodejs/running.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/deploy-nodejs/select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/deploy-nodejs/select.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/deploy-nodejs/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/deploy-nodejs/success.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/deploy-python/advance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/deploy-python/advance.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/deploy-python/basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/deploy-python/basic.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/deploy-python/create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/deploy-python/create.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/deploy-python/passwd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/deploy-python/passwd.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/deploy-python/running.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/deploy-python/running.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/deploy-python/select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/deploy-python/select.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/deploy-python/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/deploy-python/success.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/filezilla/addr_port.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/filezilla/addr_port.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/filezilla/first_look.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/filezilla/first_look.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/filezilla/new_session.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/filezilla/new_session.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/mysql_workbench/infos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/mysql_workbench/infos.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/getting_started/container.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/getting_started/container.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/host/add-host-0-tenx-host.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/host/add-host-0-tenx-host.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/host/add-host-1-tenx-host.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/host/add-host-1-tenx-host.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/host/add-host-2-tenx-host.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/host/add-host-2-tenx-host.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/host/add-host-3-tenx-host.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/host/add-host-3-tenx-host.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/host/add-host-4-tenx-host.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/host/add-host-4-tenx-host.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/host/aws/aws-firewall-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/host/aws/aws-firewall-1.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/host/aws/aws-firewall-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/host/aws/aws-firewall-2.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/host/aws/aws-firewall-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/host/aws/aws-firewall-3.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/host/aws/aws-firewall-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/host/aws/aws-firewall-4.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/host/aws/aws-firewall-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/host/aws/aws-firewall-5.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/host/aws/aws-firewall-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/host/aws/aws-firewall-6.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/host/aws/aws-firewall-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/host/aws/aws-firewall-7.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/samples/tce_create_tomcat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/samples/tce_create_tomcat.png -------------------------------------------------------------------------------- /docweb/static/gitbook/fonts/fontawesome/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/gitbook/fonts/fontawesome/FontAwesome.otf -------------------------------------------------------------------------------- /docweb/static/lib/bootstrap/js/skin/default/icon-ext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/lib/bootstrap/js/skin/default/icon-ext.png -------------------------------------------------------------------------------- /docweb/static/lib/bootstrap/js/skin/default/loading-0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/lib/bootstrap/js/skin/default/loading-0.gif -------------------------------------------------------------------------------- /docweb/static/lib/bootstrap/js/skin/default/loading-1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/lib/bootstrap/js/skin/default/loading-1.gif -------------------------------------------------------------------------------- /docweb/static/lib/bootstrap/js/skin/default/loading-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/lib/bootstrap/js/skin/default/loading-2.gif -------------------------------------------------------------------------------- /docweb/static/lib/bootstrap/js/skin/seaning/default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/lib/bootstrap/js/skin/seaning/default.png -------------------------------------------------------------------------------- /doc/v1/ci/project-other.md: -------------------------------------------------------------------------------- 1 | ### 其他操作 2 | 点击 **“项目描述”** 可以查看源代码对项目的描述(例如GitHub工程的readme.md),系统在每次构建时会抓取源代码的项目描述,无需手动操作: 3 | 4 | ![manage8](/doc/v1/images/ci/ci-manage8.jpg) 5 | -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/ci/faq-gitlab-private_token.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/ci/faq-gitlab-private_token.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/container_handle1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/container_handle1.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/container_handle2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/container_handle2.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/container_handle3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/container_handle3.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/modify_exec_cmd_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/modify_exec_cmd_1.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/modify_exec_cmd_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/modify_exec_cmd_2.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/modify_exec_cmd_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/modify_exec_cmd_3.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/deploycode/deploy-java/port.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/deploycode/deploy-java/port.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/deploycode/deploy-lamp/port.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/deploycode/deploy-lamp/port.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/deploycode/deploy-node/port.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/deploycode/deploy-node/port.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/deploycode/deploy-php/basic.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/deploycode/deploy-php/basic.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/deploycode/deploy-php/info.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/deploycode/deploy-php/info.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/mysql_workbench/connect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/mysql_workbench/connect.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/host/aws/ucloud-firewall-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/host/aws/ucloud-firewall-1.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/host/cluster-status-actions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/host/cluster-status-actions.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/host/cluster-status-running.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/host/cluster-status-running.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/host/cluster-status-stopped.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/host/cluster-status-stopped.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/host/deploy-app-0-tenx-host.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/host/deploy-app-0-tenx-host.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/host/deploy-app-1-tenx-host.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/host/deploy-app-1-tenx-host.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/host/deploy-app-2-tenx-host.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/host/deploy-app-2-tenx-host.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/host/deploy-app-self-host-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/host/deploy-app-self-host-1.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/host/deploy-app-self-host-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/host/deploy-app-self-host-2.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/host/faq-create-access-key.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/host/faq-create-access-key.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/host/faq-create-access-key2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/host/faq-create-access-key2.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/host/faq-create-access-key3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/host/faq-create-access-key3.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/host/faq-create-access-key4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/host/faq-create-access-key4.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/samples/tce_creating_tomcat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/samples/tce_creating_tomcat.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/samples/tce_running_tomcat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/samples/tce_running_tomcat.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/samples/tce_success_tomcat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/samples/tce_success_tomcat.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/access_container_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/access_container_1.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/access_container_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/access_container_2.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/access_container_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/access_container_3.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/access_container_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/access_container_4.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/access_container_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/access_container_5.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/access_container_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/access_container_6.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/access_container_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/access_container_7.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/access_container_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/access_container_8.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/access_container_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/access_container_9.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/create_container_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/create_container_1.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/create_container_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/create_container_2.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/create_container_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/create_container_3.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/create_container_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/create_container_4.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/edit_container_env.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/edit_container_env.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/edit_container_port.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/edit_container_port.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/deploycode/deploy-golang/basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/deploycode/deploy-golang/basic.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/deploycode/deploy-golang/port.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/deploycode/deploy-golang/port.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/deploycode/deploy-java/advance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/deploycode/deploy-java/advance.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/deploycode/deploy-java/basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/deploycode/deploy-java/basic.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/deploycode/deploy-java/create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/deploycode/deploy-java/create.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/deploycode/deploy-java/passwd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/deploycode/deploy-java/passwd.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/deploycode/deploy-java/running.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/deploycode/deploy-java/running.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/deploycode/deploy-java/select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/deploycode/deploy-java/select.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/deploycode/deploy-java/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/deploycode/deploy-java/success.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/deploycode/deploy-lamp/advance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/deploycode/deploy-lamp/advance.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/deploycode/deploy-lamp/basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/deploycode/deploy-lamp/basic.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/deploycode/deploy-lamp/create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/deploycode/deploy-lamp/create.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/deploycode/deploy-lamp/passwd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/deploycode/deploy-lamp/passwd.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/deploycode/deploy-lamp/running.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/deploycode/deploy-lamp/running.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/deploycode/deploy-lamp/select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/deploycode/deploy-lamp/select.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/deploycode/deploy-lamp/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/deploycode/deploy-lamp/success.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/deploycode/deploy-node/advance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/deploycode/deploy-node/advance.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/deploycode/deploy-node/basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/deploycode/deploy-node/basic.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/deploycode/deploy-node/create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/deploycode/deploy-node/create.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/deploycode/deploy-node/passwd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/deploycode/deploy-node/passwd.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/deploycode/deploy-node/running.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/deploycode/deploy-node/running.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/deploycode/deploy-node/select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/deploycode/deploy-node/select.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/deploycode/deploy-node/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/deploycode/deploy-node/success.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/deploycode/deploy-php/advance.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/deploycode/deploy-php/advance.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/deploycode/deploy-php/beijing1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/deploycode/deploy-php/beijing1.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/deploycode/deploy-php/beijing2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/deploycode/deploy-php/beijing2.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/deploycode/deploy-php/connect.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/deploycode/deploy-php/connect.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/deploycode/deploy-php/create.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/deploycode/deploy-php/create.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/deploycode/deploy-php/hangzhou.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/deploycode/deploy-php/hangzhou.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/deploycode/deploy-php/sample.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/deploycode/deploy-php/sample.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/deploycode/deploy-php/select.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/deploycode/deploy-php/select.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/deploycode/deploy-python/basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/deploycode/deploy-python/basic.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/deploycode/deploy-python/port.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/deploycode/deploy-python/port.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/devcloud/devcloud-golang/build.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/devcloud/devcloud-golang/build.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/deploy-java/change_success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/deploy-java/change_success.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/deploy-java/create_volume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/deploy-java/create_volume.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/deploy-lamp/ceate_volume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/deploy-lamp/ceate_volume.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/deploy-lamp/change_success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/deploy-lamp/change_success.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/deploy-lamp/create_volume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/deploy-lamp/create_volume.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/deploy-node/change_success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/deploy-node/change_success.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/deploy-node/create_volume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/deploy-node/create_volume.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/mysql_workbench/connect_ok.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/mysql_workbench/connect_ok.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/mysql_workbench/main_board.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/mysql_workbench/main_board.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/host/add-cluster-type-simple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/host/add-cluster-type-simple.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/host/add-host-containers-node.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/host/add-host-containers-node.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/host/aws/qingcloud-firewall-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/host/aws/qingcloud-firewall-1.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/host/cluster-status-preparing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/host/cluster-status-preparing.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/samples/gosample/tce_go_apply.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/samples/gosample/tce_go_apply.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/samples/gosample/tce_go_cilist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/samples/gosample/tce_go_cilist.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/samples/gosample/tce_go_cilogs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/samples/gosample/tce_go_cilogs.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/samples/gosample/tce_go_link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/samples/gosample/tce_go_link.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/samples/gosample/tce_go_logs.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/samples/gosample/tce_go_logs.PNG -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/samples/gosample/tce_go_logs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/samples/gosample/tce_go_logs.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/samples/gosample/tce_go_push.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/samples/gosample/tce_go_push.PNG -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/samples/gosample/tce_go_push.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/samples/gosample/tce_go_push.png -------------------------------------------------------------------------------- /docweb/static/lib/bootstrap/js/skin/default/xubox_loading1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/lib/bootstrap/js/skin/default/xubox_loading1.gif -------------------------------------------------------------------------------- /docweb/static/lib/bootstrap/js/skin/default/xubox_loading2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/lib/bootstrap/js/skin/default/xubox_loading2.gif -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/deploycode/deploy-golang/advance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/deploycode/deploy-golang/advance.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/deploycode/deploy-golang/create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/deploycode/deploy-golang/create.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/deploycode/deploy-golang/passwd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/deploycode/deploy-golang/passwd.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/deploycode/deploy-golang/running.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/deploycode/deploy-golang/running.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/deploycode/deploy-golang/select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/deploycode/deploy-golang/select.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/deploycode/deploy-golang/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/deploycode/deploy-golang/success.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/deploycode/deploy-python/advance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/deploycode/deploy-python/advance.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/deploycode/deploy-python/create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/deploycode/deploy-python/create.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/deploycode/deploy-python/passwd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/deploycode/deploy-python/passwd.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/deploycode/deploy-python/running.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/deploycode/deploy-python/running.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/deploycode/deploy-python/select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/deploycode/deploy-python/select.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/deploycode/deploy-python/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/deploycode/deploy-python/success.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/devcloud/devcloud-golang/console.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/devcloud/devcloud-golang/console.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/devcloud/devcloud-golang/deploy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/devcloud/devcloud-golang/deploy.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/deploy-golang/change_success.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/deploy-golang/change_success.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/deploy-golang/change_success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/deploy-golang/change_success.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/deploy-golang/create_volume.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/deploy-golang/create_volume.jpg -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/deploy-golang/create_volume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/deploy-golang/create_volume.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/deploy-nodejs/change_success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/deploy-nodejs/change_success.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/deploy-nodejs/create_volume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/deploy-nodejs/create_volume.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/deploy-python/change_success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/deploy-python/change_success.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/faq/deploy-python/create_volume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/faq/deploy-python/create_volume.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/host/add-host-containers-master.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/host/add-host-containers-master.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/host/deploy-app-self-host-2-log.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/host/deploy-app-self-host-2-log.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/samples/gosample/tce_go_success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/samples/gosample/tce_go_success.png -------------------------------------------------------------------------------- /docweb/static/gitbook/fonts/fontawesome/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/gitbook/fonts/fontawesome/fontawesome-webfont.eot -------------------------------------------------------------------------------- /docweb/static/gitbook/fonts/fontawesome/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/gitbook/fonts/fontawesome/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /docweb/static/gitbook/fonts/fontawesome/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/gitbook/fonts/fontawesome/fontawesome-webfont.woff -------------------------------------------------------------------------------- /docweb/views/doc/v1/ci/FAQ.md: -------------------------------------------------------------------------------- 1 | # FAQ 2 | 3 | 常见问题 4 | 5 | * [tce push镜像时出错怎么办?](faq-tce-push-error.md) 6 | * [时速云支持私有代码仓库构建吗?](faq-how-to-build-private-code-repositories.md) 7 | -------------------------------------------------------------------------------- /docweb/views/doc/v1/ci/project-other.md: -------------------------------------------------------------------------------- 1 | ### 其他操作 2 | 点击 **“项目描述”** 可以查看源代码对项目的描述(例如GitHub工程的readme.md),系统在每次构建时会抓取源代码的项目描述,无需手动操作: 3 | 4 | ![manage9](/doc/v1/images/ci/ci-manage9.jpg) 5 | -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/operations_of_recycle_bin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/operations_of_recycle_bin.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/devcloud/devcloud-golang/addsource.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/devcloud/devcloud-golang/addsource.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/devcloud/devcloud-golang/syncsource.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/devcloud/devcloud-golang/syncsource.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/host/deploy-app-self-host-2-event.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/host/deploy-app-self-host-2-event.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/host/deploy-app-self-host-2-plugins.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/host/deploy-app-self-host-2-plugins.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/host/deploy-app-tenx-host-create-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/host/deploy-app-tenx-host-create-1.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/host/deploy-app-tenx-host-create-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/host/deploy-app-tenx-host-create-2.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/host/deploy-app-tenx-host-create-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/host/deploy-app-tenx-host-create-3.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/host/deploy-app-tenx-host-create-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/host/deploy-app-tenx-host-create-4.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/host/deploy-app-tenx-host-create-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/host/deploy-app-tenx-host-create-5.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/host/faq-create-access-key-aliyun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/host/faq-create-access-key-aliyun.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/samples/tce_notice/transform_error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/samples/tce_notice/transform_error.png -------------------------------------------------------------------------------- /docweb/static/gitbook/images/apple-touch-icon-precomposed-152.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/gitbook/images/apple-touch-icon-precomposed-152.png -------------------------------------------------------------------------------- /docweb/static/lib/bootstrap/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/lib/bootstrap/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /docweb/static/lib/bootstrap/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/lib/bootstrap/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /docweb/static/lib/bootstrap/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/lib/bootstrap/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/create_stateful_container_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/create_stateful_container_1.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/create_stateful_container_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/create_stateful_container_2.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/create_stateful_container_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/create_stateful_container_3.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/create_stateful_container_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/create_stateful_container_4.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/create_stateful_container_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/create_stateful_container_5.png -------------------------------------------------------------------------------- /docweb/static/doc/v1/images/container/create_stateful_container_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tenxcloud/tenxcloud_doc/HEAD/docweb/static/doc/v1/images/container/create_stateful_container_6.png --------------------------------------------------------------------------------