0
0

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 1 year has passed since last update.

【Docker】勉強したことをまとめる

Posted at

Dockerデーモン

  • Dockerの常駐型プログラム
    • 常駐型プログラムとは
      • OSの起動時などに自動的に実行され、常に動作し続けるソフトウェアのこと
  • コンテナやイメージの作成などの操作命令を受け取り、実際の処理を行う

バインドマウント

  • Dockerデーモンが動作しているOS上のファイルをコンテナに共有する機能

  • 使い方

    • ソフトウェアの開発時など、PCでソースコードを変更してDockerコンテナ上で実行したい場合などに、ソースコードのあるフォルダをコンテナにバインドマウントしてプログラムを実行する

参考

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?