1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #7991 from laktek/master

Fixed a typo in docs (outpu -> output).
This commit is contained in:
Sven Dowideit 2014-09-12 10:40:16 +10:00
commit c0783dfceb
13 changed files with 23 additions and 23 deletions

View file

@ -548,7 +548,7 @@ Status Codes:
1. Read 8 bytes 1. Read 8 bytes
2. chose stdout or stderr depending on the first byte 2. chose stdout or stderr depending on the first byte
3. Extract the frame size from the last 4 byets 3. Extract the frame size from the last 4 byets
4. Read the extracted size and output it on the correct outpu 4. Read the extracted size and output it on the correct output
5. Goto 1) 5. Goto 1)
### Wait a container ### Wait a container
@ -1034,7 +1034,7 @@ Query Parameters:
- **t** repository name (and optionally a tag) to be applied to - **t** repository name (and optionally a tag) to be applied to
the resulting image in case of success the resulting image in case of success
- **q** suppress verbose build outpu - **q** suppress verbose build output
- **nocache** do not use the cache when building the image - **nocache** do not use the cache when building the image
- **rm** - remove intermediate containers after a successful build - **rm** - remove intermediate containers after a successful build

View file

@ -584,7 +584,7 @@ Status Codes:
1. Read 8 bytes 1. Read 8 bytes
2. chose stdout or stderr depending on the first byte 2. chose stdout or stderr depending on the first byte
3. Extract the frame size from the last 4 byets 3. Extract the frame size from the last 4 byets
4. Read the extracted size and output it on the correct outpu 4. Read the extracted size and output it on the correct output
5. Goto 1) 5. Goto 1)
### Wait a container ### Wait a container
@ -1041,7 +1041,7 @@ Query Parameters:
- **t** repository name (and optionally a tag) to be applied to - **t** repository name (and optionally a tag) to be applied to
the resulting image in case of success the resulting image in case of success
- **q** suppress verbose build outpu - **q** suppress verbose build output
- **nocache** do not use the cache when building the image - **nocache** do not use the cache when building the image
- **rm** - remove intermediate containers after a successful build - **rm** - remove intermediate containers after a successful build

View file

@ -632,7 +632,7 @@ Status Codes:
1. Read 8 bytes 1. Read 8 bytes
2. chose stdout or stderr depending on the first byte 2. chose stdout or stderr depending on the first byte
3. Extract the frame size from the last 4 byets 3. Extract the frame size from the last 4 byets
4. Read the extracted size and output it on the correct outpu 4. Read the extracted size and output it on the correct output
5. Goto 1) 5. Goto 1)
### Wait a container ### Wait a container
@ -1101,7 +1101,7 @@ Query Parameters:
- **t** repository name (and optionally a tag) to be applied to - **t** repository name (and optionally a tag) to be applied to
the resulting image in case of success the resulting image in case of success
- **q** suppress verbose build outpu - **q** suppress verbose build output
- **nocache** do not use the cache when building the image - **nocache** do not use the cache when building the image
- **rm** - remove intermediate containers after a successful build (default behavior) - **rm** - remove intermediate containers after a successful build (default behavior)
- **forcerm - always remove intermediate containers (includes rm) - **forcerm - always remove intermediate containers (includes rm)

View file

@ -630,7 +630,7 @@ Status Codes:
1. Read 8 bytes 1. Read 8 bytes
2. chose stdout or stderr depending on the first byte 2. chose stdout or stderr depending on the first byte
3. Extract the frame size from the last 4 byets 3. Extract the frame size from the last 4 byets
4. Read the extracted size and output it on the correct outpu 4. Read the extracted size and output it on the correct output
5. Goto 1) 5. Goto 1)
### Wait a container ### Wait a container
@ -1099,7 +1099,7 @@ Query Parameters:
- **t** repository name (and optionally a tag) to be applied to - **t** repository name (and optionally a tag) to be applied to
the resulting image in case of success the resulting image in case of success
- **q** suppress verbose build outpu - **q** suppress verbose build output
- **nocache** do not use the cache when building the image - **nocache** do not use the cache when building the image
- **rm** - remove intermediate containers after a successful build (default behavior) - **rm** - remove intermediate containers after a successful build (default behavior)
- **forcerm - always remove intermediate containers (includes rm) - **forcerm - always remove intermediate containers (includes rm)

View file

@ -634,7 +634,7 @@ Status Codes:
1. Read 8 bytes 1. Read 8 bytes
2. chose stdout or stderr depending on the first byte 2. chose stdout or stderr depending on the first byte
3. Extract the frame size from the last 4 byets 3. Extract the frame size from the last 4 byets
4. Read the extracted size and output it on the correct outpu 4. Read the extracted size and output it on the correct output
5. Goto 1) 5. Goto 1)
### Wait a container ### Wait a container
@ -1103,7 +1103,7 @@ Query Parameters:
- **t** repository name (and optionally a tag) to be applied to - **t** repository name (and optionally a tag) to be applied to
the resulting image in case of success the resulting image in case of success
- **q** suppress verbose build outpu - **q** suppress verbose build output
- **nocache** do not use the cache when building the image - **nocache** do not use the cache when building the image
- **rm** - remove intermediate containers after a successful build (default behavior) - **rm** - remove intermediate containers after a successful build (default behavior)
- **forcerm - always remove intermediate containers (includes rm) - **forcerm - always remove intermediate containers (includes rm)

View file

@ -636,7 +636,7 @@ Status Codes:
1. Read 8 bytes 1. Read 8 bytes
2. chose stdout or stderr depending on the first byte 2. chose stdout or stderr depending on the first byte
3. Extract the frame size from the last 4 byets 3. Extract the frame size from the last 4 byets
4. Read the extracted size and output it on the correct outpu 4. Read the extracted size and output it on the correct output
5. Goto 1) 5. Goto 1)
### Wait a container ### Wait a container
@ -1105,7 +1105,7 @@ Query Parameters:
- **t** repository name (and optionally a tag) to be applied to - **t** repository name (and optionally a tag) to be applied to
the resulting image in case of success the resulting image in case of success
- **q** suppress verbose build outpu - **q** suppress verbose build output
- **nocache** do not use the cache when building the image - **nocache** do not use the cache when building the image
- **rm** - remove intermediate containers after a successful build (default behavior) - **rm** - remove intermediate containers after a successful build (default behavior)
- **forcerm - always remove intermediate containers (includes rm) - **forcerm - always remove intermediate containers (includes rm)

View file

@ -884,7 +884,7 @@ Query Parameters:
- **t** repository name (and optionally a tag) to be applied to - **t** repository name (and optionally a tag) to be applied to
the resulting image in case of success the resulting image in case of success
- **q** suppress verbose build outpu - **q** suppress verbose build output
Status Codes: Status Codes:

View file

@ -929,7 +929,7 @@ Query Parameters:
- **t** repository name (and optionally a tag) to be applied to - **t** repository name (and optionally a tag) to be applied to
the resulting image in case of success the resulting image in case of success
- **q** suppress verbose build outpu - **q** suppress verbose build output
- **nocache** do not use the cache when building the image - **nocache** do not use the cache when building the image
Status Codes: Status Codes:

View file

@ -941,7 +941,7 @@ Query Parameters:
- **t** repository name (and optionally a tag) to be applied to - **t** repository name (and optionally a tag) to be applied to
the resulting image in case of success the resulting image in case of success
- **q** suppress verbose build outpu - **q** suppress verbose build output
- **nocache** do not use the cache when building the image - **nocache** do not use the cache when building the image
- **rm** remove intermediate containers after a successful build - **rm** remove intermediate containers after a successful build

View file

@ -576,7 +576,7 @@ Status Codes:
1. Read 8 bytes 1. Read 8 bytes
2. chose stdout or stderr depending on the first byte 2. chose stdout or stderr depending on the first byte
3. Extract the frame size from the last 4 byets 3. Extract the frame size from the last 4 byets
4. Read the extracted size and output it on the correct outpu 4. Read the extracted size and output it on the correct output
5. Goto 1) 5. Goto 1)
### Wait a container ### Wait a container
@ -1038,7 +1038,7 @@ Query Parameters:
- **t** repository name (and optionally a tag) to be applied to - **t** repository name (and optionally a tag) to be applied to
the resulting image in case of success the resulting image in case of success
- **q** suppress verbose build outpu - **q** suppress verbose build output
- **nocache** do not use the cache when building the image - **nocache** do not use the cache when building the image
Status Codes: Status Codes:

View file

@ -517,7 +517,7 @@ Status Codes:
1. Read 8 bytes 1. Read 8 bytes
2. chose stdout or stderr depending on the first byte 2. chose stdout or stderr depending on the first byte
3. Extract the frame size from the last 4 byets 3. Extract the frame size from the last 4 byets
4. Read the extracted size and output it on the correct outpu 4. Read the extracted size and output it on the correct output
5. Goto 1) 5. Goto 1)
### Wait a container ### Wait a container
@ -978,7 +978,7 @@ Query Parameters:
- **t** repository name (and optionally a tag) to be applied to - **t** repository name (and optionally a tag) to be applied to
the resulting image in case of success the resulting image in case of success
- **q** suppress verbose build outpu - **q** suppress verbose build output
- **nocache** do not use the cache when building the image - **nocache** do not use the cache when building the image
Request Headers: Request Headers:

View file

@ -567,7 +567,7 @@ Status Codes:
1. Read 8 bytes 1. Read 8 bytes
2. chose stdout or stderr depending on the first byte 2. chose stdout or stderr depending on the first byte
3. Extract the frame size from the last 4 byets 3. Extract the frame size from the last 4 byets
4. Read the extracted size and output it on the correct outpu 4. Read the extracted size and output it on the correct output
5. Goto 1) 5. Goto 1)
### Wait a container ### Wait a container
@ -1030,7 +1030,7 @@ Query Parameters:
- **t** repository name (and optionally a tag) to be applied to - **t** repository name (and optionally a tag) to be applied to
the resulting image in case of success the resulting image in case of success
- **q** suppress verbose build outpu - **q** suppress verbose build output
- **nocache** do not use the cache when building the image - **nocache** do not use the cache when building the image
Request Headers: Request Headers:

View file

@ -571,7 +571,7 @@ Status Codes:
1. Read 8 bytes 1. Read 8 bytes
2. chose stdout or stderr depending on the first byte 2. chose stdout or stderr depending on the first byte
3. Extract the frame size from the last 4 byets 3. Extract the frame size from the last 4 byets
4. Read the extracted size and output it on the correct outpu 4. Read the extracted size and output it on the correct output
5. Goto 1) 5. Goto 1)
### Wait a container ### Wait a container
@ -1033,7 +1033,7 @@ Query Parameters:
- **t** repository name (and optionally a tag) to be applied to - **t** repository name (and optionally a tag) to be applied to
the resulting image in case of success the resulting image in case of success
- **q** suppress verbose build outpu - **q** suppress verbose build output
- **nocache** do not use the cache when building the image - **nocache** do not use the cache when building the image
- **rm** Remove intermediate containers after a successful build - **rm** Remove intermediate containers after a successful build