DOCKERFILE 日本語 意味 - 日本語訳 - 英語の例文

名詞
dockerfile

英語 での Dockerfile の使用例とその 日本語 への翻訳

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Dockerfile View File.
Dockerfileファイルの表示。
Landscape/Dockerfile View File.
Landscape/Dockerfileファイルの表示。
Create an empty file called Dockerfile:.
Dockerfileという名前の空のファイルを作ります。
Pgsql/Dockerfile View File.
Pgsql/Dockerfileファイルの表示。
To create a custom image, you must create a Dockerfile.
カスタムイメージを作成するには、Dockerfileを作成する必要があります。
Your Dockerfile should now look like this:.
Dockerfileはこのようになっているはずです。
It is very important to placeinstructions that will rarely change at the top of your Dockerfile.
Dockerfileの上部にほとんど変更されない命令を配置することは非常に重要です。
I tried to make Dockerfile for machine learning using pyenv and virtualenv.
Pyenvとvirtualenvを使って機械学習用のDockerfileを作ってみた。
However, because our install jq step is new, it andall subsequent steps will need to be run from scratch, because the Dockerfile changes will invalidate the rest of the image layer cache.
しかし、jqをインストールのステップは新しいステップです。Dockerfileが変更されるとイメージレイヤーキャッシュの残りの部分は無効化されるため、このステップ以降のすべてのステップは最初から実行される必要があります。
This example Dockerfile is adapted from our Elixir convenience image:.
このDockerfileサンプルは、Elixirコンビニエンスイメージから引用して改変したものです。
Once you request the building of an image, the Docker reads the dockerfile executes the instructions, and returns a final image.
Dockerにイメージの構築を要求したら、DockerはこのDockerfileを読み込み、命令を実行し、最終的なイメージを返します。
A Dockerfile that sets up MySQL 5.5 and Mroonga onto Ubuntu 14.04.
Ubuntu14.04にMySQL5.5とMroongaをセットアップしたイメージを作成するDockerfile
Comprehensive information on how to build a Dockerfile is available in the docker build reference documentation.
Dockerfileを構築する方法に関する包括的な情報は、dockerbuildでご覧いただけます。
Here is a Dockerfile that can be used as an example. This installs Ansible 2.3 into a custom virtual environment:.
例として使用可能なDockerfileを紹介します。これは、Ansible2.3をカスタムの仮想環境にインストールします。
We see this in the above visual which showshow the build command uses the FROM directive in the Dockerfile file as the starting image and iteratively 1 runs(create and start) 2 modifies and 3 commits.
上の図では、Dockerfileファイル内でbuildコマンドがFROM命令を開始イメージとしてどのように使うかを表しており、繰り返し1)実行(createとstart)、2)変更、3)コミットする。
With this Dockerfile, I could reduce the image size to 88 MB, virtual size to 245.8 MB(27.5%).
このDockerfileによって、イメージサイズを88MB、仮想サイズを245.8MB(27.5%)へ削減することができました。
ENTRYPOINT["dotnet","HeyWorld. dll"] Note that the previous text should be saved to a text file called Dockerfile in the project directory-in this case HeyWorld\Dockerfile.
ENTRYPOINT["dotnet","HeyWorld.dll"]上記のテキストは,プロジェクトディレクトリ内のDockerfile,この場合はHeyWorld/Dockerfileというテキストファイルに保存する必要があります。
If you want to check Dockerfile of the image, please see following git repository.
このイメージのDockerfileを見たい方はこちらのリポジトリにあるので確認ください。
Gareth Rushgrove, product manager at Docker, and Amn Rahman, data engineer at Docker, also provided a preview ofa"docker assemble" command that automatically generated a Dockerfile after being pointed at an existing Java application.
同社プロダクトマネージャのGarethRushgrove氏とデータエンジニアのAmnRahman氏もまた,既存のJavaアプリケーションを指定することでDockerfileを自動生成する"dockerassemble"コマンドのプレビューを紹介した。
This project contains a Dockerfile to batch compile Python smart contracts.
このプロジェクトは、Pythonスマートコントラクトを一括コンパイルするDockerfileを含みます。
Modify the Dockerfile in such a way so as to use the image version correction on which the docker image has to be extended.
Dockerイメージを拡張する必要があるイメージ・バージョンの修正を使用するように、Dockerfileを変更します。
Unzip the attachment(mfp-icp-oracle. zip) to locate the Dockerfile and usr-mfpf-server that shows the directory structure and a sample Dockerfile for use.
添付ファイル(mfp-icp-oracle.zip)をunzipし、Dockerfileと、使用するディレクトリー構造とサンプルDockerfileを示すusr-mfpf-serverを見つけます。
CircleCI Dockerfile Wizard Refer to the dockerfile-wizard GitHub repository of CircleCI Public for instructions to clone and use the wizard to create a Dockerfile to generate your custom image without installing Docker.
CircleCIDockerfileWizardDockerをインストールしなくても、ウィザードのクローンを作成して使用することで、Dockerfileを作成してカスタムイメージを生成できます。
This already has a Dockerfile and Heroku configurations(app. json and Procfile).
このプロジェクトは、既にDockerfileとHerokuの設定(app.jsonとProcfile)を含んでいます。
In order to build a Wordpress image, we would create a Dockerfile that: Installs Apache, PHP5 and MySQL Download Wordpress and extract it somewhere on the filesystem Create a MySQL database Update the Wordpress configuration file to point to the MySQL database Make Wordpress the DocumentRoot for Apache Start MySQL and Apache(e.g. using supervisord) Luckily, various people have already done this, for instance John Fink's github repository contains everything you need to build such a Wordpress image.
WordpressのイメージをビルドするにはDockerfileを作成する必要があります。Apache、PHP5、MySQLをインストールするWordpressをダウンロードし、ファイルシステム上のどこかに展開するMySQLデータベースを作成するWordpressの構成ファイルを更新してMySQLデータベースを使うようにするWordpressをApacheのDocumentRootにするMySQLとApacheを起動する(例えば、supervisordを使う)幸運なことに多くの人がすでに上記を実施しています。
Here I provide a sample Dockerfile with some of the discussed optimizations to illustrate:.
イメージしやすいように、以下にいくつかの最適化を行ったサンプルのDockerfileを示します。
You should also review the Dockerfile reference and familiarize yourself with all of its options.
また、Dockerfilereferenceを確認し、そのすべてのオプションについてよく理解してください。
It is worth it to commit your Dockerfile using a gist and link to it from Docker Hub to avoid losing your configuration.
これで、プライマリコンテナによってイメージが実行されます。gistを使用してDockerfileをコミットし、DockerHubからリンクすると、設定が失われることを回避できます。
In the bad version of the Dockerfile, the[buildpackage] and files in/var/lib/apt/lists/* still exist in the layer corresponding to the first RUN.
好ましくないDockerfileの場合、[buildpackage]と、/var/lib/apt/lists/*内のファイルは、最初のRUNに対応するレイヤ内に依然として存在します。
On subsequent commits, if our example Dockerfile has not changed, then DLC will pull each Docker image layer from cache during the build Elixir image step, and our image will theoretically build almost instantaneously.
後続のコミットでは、サンプルのDockerfileが変更されていない場合、DLCは'Elixirイメージをビルド'のステップでキャッシュから各Dockerイメージレイヤーをプルし、理論的にはほぼ瞬時にイメージがビルドされます。
結果: 83, 時間: 0.0257

トップ辞書のクエリ

英語 - 日本語