Changes between Version 41 and Version 42 of TipAndDoc/Linux/LXC


Ignore:
Timestamp:
Dec 3, 2013 10:45:50 AM (10 years ago)
Author:
mitty
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TipAndDoc/Linux/LXC

    v41 v42  
    870870 * ホスト上のマウントディレクトリを直接コンテナのディレクトリにbindする必要がある。つまり、以下のようなことは出来ない 
    871871  1. host# mount nfsserver:/path/to/export/dir1 /mnt/somewhere/dir1 
    872   1. lxc/CONTAINER/fstab {{{/mnt/somewhere   path/to/mountdir    none bind 0 0}}} 
    873   1. lxc$ ls -l /path/to/mountdir/dir1       {{{nfsserver:/path/to/export/dir1 が見えることが期待されるが、実際にはマウントされていない}}} 
     872  1. lxc/CONTAINER/fstab 
     873{{{ 
     874/mnt/somewhere   path/to/mountdir    none bind 0 0 
     875}}} 
     876  1. lxc$ ls -l /path/to/mountdir/dir1 
     877   * nfsserver:/path/to/export/dir1 が見えることが期待されるが、実際にはマウントされていない