当前位置: 首页 > 知识库问答 >
问题:

docker-compose up vs docker-compose up-build vs docker-compose build-no-cache

尤茂材
2023-03-14

我不知道它们之间有什么区别。

共有1个答案

江同化
2023-03-14

以下内容只生成映像,而不启动容器

  • docker-compose build

如果图像不存在,下面将生成图像并启动容器:

    null
    null
    null

如果图像不是预先构建的,它就会失败。

--no-cache选项在图像创建过程中禁用Docker构建缓存。这用于缓存Dockerfile中的每一层,并重用以前为其他相同的图像构建的层(~Dockerfile行)来加快图像创建。

 类似资料:
  • 除非通过无界通配符对其进行参数化,否则不允许转换为参数化类型。 Box<Integer> integerBox = new Box<Integer>(); Box<Number> numberBox = new Box<Number>(); //Compiler Error: Cannot cast from Box<Number> to Box<Integer> integerBox = (Bo

  • no

    描述 (Description) 如果MODULE支持,则此函数调用MODULE中定义的unimport函数来取消当前包中的所有符号,或者只调用LIST引用的符号。 可以说没有与进口相反。 语法 (Syntax) 以下是此函数的简单语法 - no Module VERSION LIST no Module VERSION no MODULE LIST no MODULE 返回值 (Return

  • 我试图通过上的教程将Django与Postgres、Gunicorn和Nginx对接 https://testdriven.io/blog/dockerizing-django-with-postgres-gunicorn-and-nginx/ docker在第7步时,我遇到了一个错误,即, 步骤7/23:运行pip-wheel-no-cache-dir-no-deps-wheel-dir/usr

  • 我不能运行一个简单的程序来开始理解Deeplearning4j。 我尝试了这个链接中的代码:使用Deeplearning4J在Java中进行深度学习 不幸的是,这对我不起作用。事实上,我有一个错误: SLF4J:无法加载类"org.slf4j.impl.Static LoggerBinder".SLF4J:默认为无操作(NOP)记录器实现SLF4J:有关更多详细信息,请参阅http://www.s

  • Description This jQuery plugin turns an obfuscated e-mail address into a human-readable one. It's lightweight and accepts multiple filtering levels for additional security. No Spam works on mailto lin

  • No CAPTCHA reCAPTCHA For Laravel 4 use v1 branch. Installation composer require anhskohbo/no-captcha Laravel 5 and above Setup NOTE This package supports the auto-discovery feature of Laravel 5.5 and