-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuildx.1
61 lines (50 loc) · 825 Bytes
/
buildx.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
.\" Manpage for buildx
.TH man 1 "14 July 2022" "202207211100-git" "buildx"
.SH NAME
buildx
.SH DESCRIPTION
Docker buildx wrapper
.SH SYNOPSIS
buildx [options] [command]
.SH OPTIONS
.TP
.B \-\-help
Display the full help.
.TP
.B \-\-version
Display current version.
.TP
.B \-\-config
Create user settings file.
.TP
.B \-\-options
Show all available options.
.TP
.B \-\-dir
Change current directory
.TP
.B \-\-debug
Output debugging information.
.TP
.B \-\-raw
Removes all formatting
.SH EXAMPLES
.TP
.B buildx \-\-help
.SH FILES
.TP
.I
~/.config/myscripts/buildx/settings.conf
.TP
.I
/usr/local/bin/buildx
.SH TODO
Better documentation
.SH LICENSE
WTFPL
.SH BUGS
No known bugs.
.SH REPORTING BUGS
https://github.com/casjay-dotfiles/issues
.SH AUTHOR
Currently maintained by Jason Hempstead <[email protected]>