积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(226)Python(101)Java(90)Spring(85)Jupyter(62)Celery(23)区块链(22)Conda(14)C++(8)Conan(8)

语言

全部英语(198)中文(简体)(28)

格式

全部PDF文档 PDF(166)其他文档 其他(60)
 
本次搜索耗时 0.211 秒,为您找到相关结果约 226 个.
  • 全部
  • 后端开发
  • Python
  • Java
  • Spring
  • Jupyter
  • Celery
  • 区块链
  • Conda
  • C++
  • Conan
  • 全部
  • 英语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 如何使用 docker 部署一个 beego 项目

    用于开发:
    • 创建 Dockerfile
    在root目录下mkdir docker_test 在此目录下创建Dockerfile vi Dockerfile (一 将Dockerfile放入所对应需要部署的文件夹中以便于将对应的文件加入到docker中) 
    Semaphore一直没有注册成功用户名一直被占用 QAQ 后面的自动化部署就没做了。

    于是乎我马上将自己以前写的一个 web 应用用 docker 开始部署。

    首先我将 Dockerfile 放在了 beego 项目与 main.go 平级下 由于项目中用了 vendor 于是 Dock 原文链接:如何使用 docker 部署一个 beego 项目 rfile 修改如下

    0 码力 | 5 页 | 269.19 KB | 1 年前
    3
  • pdf文档 Conan 2.3 Documentation

    inside Docker using a runner. Let’s create two profiles and a Dockerfile inside our project folder. $ cd $ tree . Dockerfile docker_example_build docker_example_host docker_example_host compiler.cppstd=gnu17 compiler.libcxx=libstdc++11 compiler.version=11 os=Linux [runner] type=docker dockerfile= cache=copy remove=true docker_example_build profile [settings] arch=x86_64 build_type=Release compiler=gcc compiler.cppstd=gnu17 compiler.libcxx=libstdc++11 compiler.version=11 os=Linux Dockerfile FROM ubuntu:22.04 RUN apt-get update \ && DEBIAN_FRONTEND=noninteractive apt-get install -y
    0 码力 | 748 页 | 4.65 MB | 1 年前
    3
  • pdf文档 Conan 2.5 Documentation

    inside Docker using a runner. Let’s create two profiles and a Dockerfile inside our project folder. $ cd $ tree . Dockerfile docker_example_build docker_example_host docker_example_host compiler.cppstd=gnu17 compiler.libcxx=libstdc++11 compiler.version=11 os=Linux [runner] type=docker dockerfile= cache=copy remove=true docker_example_build profile [settings] arch=x86_64 build_type=Release compiler=gcc compiler.cppstd=gnu17 compiler.libcxx=libstdc++11 compiler.version=11 os=Linux Dockerfile FROM ubuntu:22.04 RUN apt-get update \ && DEBIAN_FRONTEND=noninteractive apt-get install -y
    0 码力 | 769 页 | 4.70 MB | 1 年前
    3
  • pdf文档 Conan 2.4 Documentation

    inside Docker using a runner. Let’s create two profiles and a Dockerfile inside our project folder. $ cd $ tree . Dockerfile docker_example_build docker_example_host docker_example_host compiler.cppstd=gnu17 compiler.libcxx=libstdc++11 compiler.version=11 os=Linux [runner] type=docker dockerfile= cache=copy remove=true docker_example_build profile [settings] arch=x86_64 build_type=Release compiler=gcc compiler.cppstd=gnu17 compiler.libcxx=libstdc++11 compiler.version=11 os=Linux Dockerfile FROM ubuntu:22.04 RUN apt-get update \ && DEBIAN_FRONTEND=noninteractive apt-get install -y
    0 码力 | 769 页 | 4.69 MB | 1 年前
    3
  • pdf文档 Conan 2.6 Documentation

    inside Docker using a runner. Let’s create two profiles and a Dockerfile inside our project folder. $ cd $ tree . Dockerfile docker_example_build docker_example_host docker_example_host compiler.cppstd=gnu17 compiler.libcxx=libstdc++11 compiler.version=11 os=Linux [runner] type=docker dockerfile= cache=copy remove=true docker_example_build profile [settings] arch=x86_64 build_type=Release compiler=gcc compiler.cppstd=gnu17 compiler.libcxx=libstdc++11 compiler.version=11 os=Linux Dockerfile FROM ubuntu:22.04 RUN apt-get update \ && DEBIAN_FRONTEND=noninteractive apt-get install -y
    0 码力 | 777 页 | 4.91 MB | 10 月前
    3
  • pdf文档 Conan 2.10 Documentation

    CMD ["bash"] 186 Chapter 6. Integrations Conan Documentation, Release 2.10.1 Simply copy the Dockerfile, build your image with docker build -t conanio/ros-humble ., and finally run it with docker run template to later run inside Docker using the runner feature. Let’s create the Conan package and a Dockerfile inside our project folder. $ cd $ mkdir mylib $ cd mylib $ conan new cmake_lib py include mylib.h src mylib.cpp test_package CMakeLists.txt conanfile.py src example.cpp Dockerfile FROM ubuntu:22.04 RUN apt-get update \ && DEBIAN_FRONTEND=noninteractive apt-get install -y
    0 码力 | 803 页 | 5.02 MB | 10 月前
    3
  • pdf文档 Conan 2.9 Documentation

    template to later run inside Docker using the runner feature. Let’s create the Conan package and a Dockerfile inside our project folder. $ cd $ mkdir mylib $ cd mylib $ conan new cmake_lib py include mylib.h src mylib.cpp test_package CMakeLists.txt conanfile.py src example.cpp Dockerfile FROM ubuntu:22.04 RUN apt-get update \ && DEBIAN_FRONTEND=noninteractive apt-get install -y rm -rf /var/lib/apt/lists/* RUN pip install conan $ cd /mylib $ tree . ... Dockerfile ... Now, we need to define two new profiles inside the conan profiles folder. Replace
    0 码力 | 795 页 | 4.99 MB | 10 月前
    3
  • pdf文档 Conan 2.7 Documentation

    template to later run inside Docker using the runner feature. Let’s create the Conan package and a Dockerfile inside our project folder. $ cd $ mkdir mylib $ cd mylib $ conan new cmake_lib py include mylib.h src mylib.cpp test_package CMakeLists.txt conanfile.py src example.cpp Dockerfile FROM ubuntu:22.04 RUN apt-get update \ && DEBIAN_FRONTEND=noninteractive apt-get install -y rm -rf /var/lib/apt/lists/* RUN pip install conan $ cd /mylib $ tree . ... Dockerfile ... Now, we need to define two new profiles inside the conan profiles folder. Replace
    0 码力 | 779 页 | 4.93 MB | 10 月前
    3
  • pdf文档 Conan 2.8 Documentation

    template to later run inside Docker using the runner feature. Let’s create the Conan package and a Dockerfile inside our project folder. $ cd $ mkdir mylib $ cd mylib $ conan new cmake_lib py include mylib.h src mylib.cpp test_package CMakeLists.txt conanfile.py src example.cpp Dockerfile FROM ubuntu:22.04 RUN apt-get update \ && DEBIAN_FRONTEND=noninteractive apt-get install -y rm -rf /var/lib/apt/lists/* RUN pip install conan $ cd /mylib $ tree . ... Dockerfile ... Now, we need to define two new profiles inside the conan profiles folder. Replace
    0 码力 | 785 页 | 4.95 MB | 10 月前
    3
  • pdf文档 王宜国 - 基于 Rust 编程语⾔构建 Amphitheatre CLI Desktop Server 的全平台实践经验

    即是⼀个反射器(reflector),连 同任意数量的观察者,在内部调谐 事件,通过⼀个调节器发送事件。 GitHub CI Runner 太慢? 基于 Github Actions 构建容器镜像及优化策略 • Dockerfile 多阶段构建,充分利⽤层(Layer)缓存加速能⼒; • 使⽤ Cargo Chef 缓存你的 Rust 项⽬的依赖项; • Github Actions Matrix 矩阵构建 amd64 Actions ⾃建运⾏器; 参考实例: • https://github.com/amphitheatre-app/amphitheatre/blob/master/apiserver/Dockerfile • https://github.com/amphitheatre-app/amphitheatre/blob/master/.github/workflows/docker.yml Base
    0 码力 | 34 页 | 10.81 MB | 1 年前
    3
共 226 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 23
前往
页
相关搜索词
如何使用docker部署一个beego项目Conan2.3Documentation2.52.42.62.102.92.72.8王宜国基于Rust编程构建AmphitheatreCLIDesktopServer平台实践经验实践经验
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩