3
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Dockerfile命令一覧

Posted at
命令 説明
FROM ベースイメージの指定
MAINTAINER Dockerfileの作成者情報
RUN コマンド実行
CMD デーモン実行
LABEL ラベルの設定
EXPOSE ポートのエクスポート
ENV 環境変数の設定
ADD ファイル/ディレクトリの追加
COPY ファイルのコピー
VOLUME ボリュームのマウント
ENTRYPOINT デーモン実行
USER ユーザの指定
WORKDIR 作業ディレクトリの指定
ONBUILD ビルド完了後に実行される命令
3
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?