diff --git a/doc/ja/lxc-attach.sgml.in b/doc/ja/lxc-attach.sgml.in index 25322dae5..f04ee021b 100644 --- a/doc/ja/lxc-attach.sgml.in +++ b/doc/ja/lxc-attach.sgml.in @@ -55,15 +55,18 @@ by KATOH Yasufumi lxc-attach - -n name - -a arch - -e - -s namespaces - -R + -n, --name name + -f, --rcfile config_file + -a, --arch arch + -e, --elevated-privileges privileges + -s, --namespaces namespaces + -R, --remount-sys-proc --keep-env --clear-env + -L, --pty-log file + -v, --set-var variable + --keep-var variable -- command - -L file @@ -121,6 +124,29 @@ by KATOH Yasufumi + + + + + + + + コンテナの仮想化、隔離機能の設定のための設定ファイルを指定します。 + + + + (lxc-create 経由で) 前もってコンテナが作られた際の設定ファイルが既にあった場合でも、このオプションが指定された場合は、指定した設定ファイルが使用されます。 + + + + @@ -334,6 +360,39 @@ by KATOH Yasufumi + + + + + + + + コンテナにアタッチしたプログラムから見える環境変数を追加します。このオプションは "VAR=VALUE" の形式で指定し、複数回指定できます。 + + + + + + + + + + + + --clear-env を指定した際に、クリアせずに保持したままにしたい環境変数を指定します。--clear-env と同時にしか使えません。複数回指定できます。 + + + + diff --git a/doc/lxc-attach.sgml.in b/doc/lxc-attach.sgml.in index 3b103f90b..7535bb114 100644 --- a/doc/lxc-attach.sgml.in +++ b/doc/lxc-attach.sgml.in @@ -50,15 +50,18 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA lxc-attach - -n name - -a arch - -e - -s namespaces - -R + -n, --name name + -f, --rcfile config_file + -a, --arch arch + -e, --elevated-privileges privileges + -s, --namespaces namespaces + -R, --remount-sys-proc --keep-env --clear-env + -L, --pty-log file + -v, --set-var variable + --keep-var variable -- command - -L file @@ -102,6 +105,23 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + + + + + + + Specify the configuration file to configure the virtualization + and isolation functionalities for the container. + + + This configuration file if present will be used even if there is + already a configuration file present in the previously created + container (via lxc-create). + + + + @@ -252,6 +272,33 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + + + + + + + Set an additional environment variable that is seen by the + attached program in the container. It is specified in the + form of "VAR=VALUE", and can be specified multiple times. + + + + + + + + + + + Keep a specified environment variable. It can only be + specified in conjunction + with --clear-env, and can be + specified multiple times. + + + +