LoginSignup
0
0

More than 3 years have passed since last update.

Docker メモ

Last updated at Posted at 2019-10-17

Dockerのメモ

筆者のつぶやき

つぶやきたくなったら追記していきます。(2019.10.17)

ホストとコンテナをマウントする

docker run の時に下記オプションを追記
-v /hostdir/:/condir/

docker build の時、いらないものもbuildされて困る場合

.dockerignore で指定

command
#テキストエディタで開いて
nano .dockerignore
.dockerignore
#いらないフォルダやファイルを記入して保存
iranai
iranai.txt
iranai.fa

参考URL:.dockerignore アンチパターン

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