Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
1cfc8b9a
Unverified
Commit
1cfc8b9a
authored
Nov 23, 2018
by
2xsec
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: Add -a, --allowrunning arg to Korean lxc-copy(1)
Signed-off-by:
2xsec
<
dh48.jeong@samsung.com
>
parent
137da20a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
lxc-copy.sgml.in
doc/ko/lxc-copy.sgml.in
+17
-0
No files found.
doc/ko/lxc-copy.sgml.in
View file @
1cfc8b9a
...
@@ -61,6 +61,7 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
...
@@ -61,6 +61,7 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
<arg choice="opt">-p, --newpath <replaceable>newpath</replaceable></arg>
<arg choice="opt">-p, --newpath <replaceable>newpath</replaceable></arg>
<arg choice="opt">-B, --backingstorage <replaceable>backingstorage</replaceable></arg>
<arg choice="opt">-B, --backingstorage <replaceable>backingstorage</replaceable></arg>
<arg choice="opt">-s, --snapshot</arg>
<arg choice="opt">-s, --snapshot</arg>
<arg choice="opt">-a, --allowrunning</arg>
<arg choice="opt">-K, --keepname</arg>
<arg choice="opt">-K, --keepname</arg>
<arg choice="opt">-D, --keepdata</arg>
<arg choice="opt">-D, --keepdata</arg>
<arg choice="opt">-M, --keepmac</arg>
<arg choice="opt">-M, --keepmac</arg>
...
@@ -76,6 +77,7 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
...
@@ -76,6 +77,7 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
<arg choice="req">-e, --ephemeral</arg>
<arg choice="req">-e, --ephemeral</arg>
<arg choice="opt">-B, --backingstorage <replaceable>backingstorage</replaceable></arg>
<arg choice="opt">-B, --backingstorage <replaceable>backingstorage</replaceable></arg>
<arg choice="opt">-s, --snapshot</arg>
<arg choice="opt">-s, --snapshot</arg>
<arg choice="opt">-a, --allowrunning</arg>
<arg choice="opt">-K, --keepname</arg>
<arg choice="opt">-K, --keepname</arg>
<arg choice="opt">-D, --keepdata</arg>
<arg choice="opt">-D, --keepdata</arg>
<arg choice="opt">-M, --keepmac</arg>
<arg choice="opt">-M, --keepmac</arg>
...
@@ -245,6 +247,21 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
...
@@ -245,6 +247,21 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
</varlistentry>
</varlistentry>
<varlistentry>
<varlistentry>
<term> <option>-a,--allowrunning </option> </term>
<listitem>
<para>
<!--
Allow the creation of a Snapshot of an already running container.
This may cause data corruption or data loss depending on the used
filesystem and applications. Use with care.
-->
이미 동작중인 컨테이너의 스냅샷 생성을 허용한다. 이 작업은 사용되고 있는 파일시스템 또는 어플리케이션들에 따라 데이터 변형 또는 손실을 야기할 수도 있다.
신중히 사용해야 한다.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term> <option>-F,--foreground</option> </term>
<term> <option>-F,--foreground</option> </term>
<listitem>
<listitem>
<para>
<para>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment