1
0
mirror of https://github.com/docker/cli-docs-tool.git synced 2025-08-08 10:22:04 +03:00

go.mod: github.com/cpuguy83/go-md2man v2.0.6

full diff: https://github.com/cpuguy83/go-md2man/compare/v2.0.4...v2.0.6

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2024-12-13 14:44:15 +01:00
parent da2cb99e47
commit 452b95afa6
11 changed files with 6 additions and 41 deletions

View File

@@ -41,7 +41,7 @@ require (
github.com/containerd/continuity v0.4.1 // indirect
github.com/containerd/ttrpc v1.2.2 // indirect
github.com/containerd/typeurl/v2 v2.1.1 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect
github.com/cyphar/filepath-securejoin v0.2.3 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/distribution/distribution/v3 v3.0.0-20230214150026-36d8c594d7aa // indirect

View File

@@ -136,8 +136,9 @@ github.com/containerd/ttrpc v1.2.2 h1:9vqZr0pxwOF5koz6N0N3kJ0zDHokrcPxIR/ZR2YFtO
github.com/containerd/ttrpc v1.2.2/go.mod h1:sIT6l32Ph/H9cvnJsfXM5drIVzTr5A2flTf1G5tYZak=
github.com/containerd/typeurl/v2 v2.1.1 h1:3Q4Pt7i8nYwy2KmQWIw2+1hTvwTE/6w9FqcttATPO/4=
github.com/containerd/typeurl/v2 v2.1.1/go.mod h1:IDp2JFvbwZ31H8dQbEIY7sDl2L3o3HZj1hsSQlywkQ0=
github.com/cpuguy83/go-md2man/v2 v2.0.4 h1:wfIWP927BUkWJb2NmU/kNDYIBTh/ziUX91+lVfRxZq4=
github.com/cpuguy83/go-md2man/v2 v2.0.4/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
github.com/cpuguy83/go-md2man/v2 v2.0.6 h1:XJtiaUW6dEEqVuZiMTn1ldk455QWwEIsMIJlo5vtkx0=
github.com/cpuguy83/go-md2man/v2 v2.0.6/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g=
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
github.com/creack/pty v1.1.18 h1:n56/Zwd5o6whRC5PMGretI4IdRLlmBXYNjScPaBgsbY=
github.com/cyphar/filepath-securejoin v0.2.3 h1:YX6ebbZCZP7VkM3scTTokDgBL2TY741X51MTk3ycuNI=

View File

@@ -2,22 +2,18 @@
.TH "DOCKER" "1" "Jan 2020" "Docker Community" "Docker User Manuals"
.SH NAME
.PP
docker-attach - Attach local standard input, output, and error streams to a running container
.SH SYNOPSIS
.PP
\fBdocker attach [OPTIONS] CONTAINER\fP
.SH DESCRIPTION
.PP
Attach local standard input, output, and error streams to a running container
.SH OPTIONS
.PP
\fB--detach-keys\fP=""
Override the key sequence for detaching a container
@@ -31,5 +27,4 @@ Attach local standard input, output, and error streams to a running container
.SH SEE ALSO
.PP
\fBdocker(1)\fP

View File

@@ -2,22 +2,18 @@
.TH "DOCKER" "1" "Jan 2020" "Docker Community" "Docker User Manuals"
.SH NAME
.PP
docker-buildx-build - Start a build
.SH SYNOPSIS
.PP
\fBdocker buildx build [OPTIONS] PATH | URL | -\fP
.SH DESCRIPTION
.PP
Start a build
.SH OPTIONS
.PP
\fB--add-host\fP=[]
Add a custom host-to-IP mapping (format: 'host:ip')
@@ -108,11 +104,9 @@ format: "default|[=|[,]]"
.SH OPTIONS INHERITED FROM PARENT COMMANDS
.PP
\fB--builder\fP=""
Override the configured builder instance
.SH SEE ALSO
.PP
\fBdocker-buildx(1)\fP

View File

@@ -2,22 +2,18 @@
.TH "DOCKER" "1" "Jan 2020" "Docker Community" "Docker User Manuals"
.SH NAME
.PP
docker-buildx-dial-stdio - Proxy current stdio streams to builder instance
.SH SYNOPSIS
.PP
\fBdocker buildx dial-stdio\fP
.SH DESCRIPTION
.PP
Proxy current stdio streams to builder instance
.SH OPTIONS
.PP
\fB--platform\fP=""
Target platform: this is used for node selection
@@ -27,11 +23,9 @@ Proxy current stdio streams to builder instance
.SH OPTIONS INHERITED FROM PARENT COMMANDS
.PP
\fB--builder\fP=""
Override the configured builder instance
.SH SEE ALSO
.PP
\fBdocker-buildx(1)\fP

View File

@@ -2,26 +2,21 @@
.TH "DOCKER" "1" "Jan 2020" "Docker Community" "Docker User Manuals"
.SH NAME
.PP
docker-buildx-install - Install buildx as a 'docker builder' alias
.SH SYNOPSIS
.PP
\fBdocker buildx install\fP
.SH DESCRIPTION
.PP
Install buildx as a 'docker builder' alias
.SH OPTIONS INHERITED FROM PARENT COMMANDS
.PP
\fB--builder\fP=""
Override the configured builder instance
.SH SEE ALSO
.PP
\fBdocker-buildx(1)\fP

View File

@@ -2,26 +2,21 @@
.TH "DOCKER" "1" "Jan 2020" "Docker Community" "Docker User Manuals"
.SH NAME
.PP
docker-buildx-stop - Stop builder instance
.SH SYNOPSIS
.PP
\fBdocker buildx stop [NAME]\fP
.SH DESCRIPTION
.PP
Stop builder instance
.SH OPTIONS INHERITED FROM PARENT COMMANDS
.PP
\fB--builder\fP=""
Override the configured builder instance
.SH SEE ALSO
.PP
\fBdocker-buildx(1)\fP

View File

@@ -2,26 +2,21 @@
.TH "DOCKER" "1" "Jan 2020" "Docker Community" "Docker User Manuals"
.SH NAME
.PP
docker-buildx - Docker Buildx
.SH SYNOPSIS
.PP
\fBdocker buildx\fP
.SH DESCRIPTION
.PP
Extended build capabilities with BuildKit
.SH OPTIONS
.PP
\fB--builder\fP=""
Override the configured builder instance
.SH SEE ALSO
.PP
\fBdocker(1)\fP, \fBdocker-buildx-build(1)\fP, \fBdocker-buildx-dial-stdio(1)\fP, \fBdocker-buildx-stop(1)\fP

View File

@@ -2,26 +2,21 @@
.TH "DOCKER" "1" "Jan 2020" "Docker Community" "Docker User Manuals"
.SH NAME
.PP
docker - A self-sufficient runtime for containers
.SH SYNOPSIS
.PP
\fBdocker [OPTIONS] COMMAND [ARG...]\fP
.SH DESCRIPTION
.PP
A self-sufficient runtime for containers
.SH OPTIONS
.PP
\fB-H\fP, \fB--host\fP="unix:///var/run/docker.sock"
Daemon socket to connect to
.SH SEE ALSO
.PP
\fBdocker-attach(1)\fP, \fBdocker-buildx(1)\fP

2
go.mod
View File

@@ -10,7 +10,7 @@ require (
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect

3
go.sum
View File

@@ -1,5 +1,6 @@
github.com/cpuguy83/go-md2man/v2 v2.0.4 h1:wfIWP927BUkWJb2NmU/kNDYIBTh/ziUX91+lVfRxZq4=
github.com/cpuguy83/go-md2man/v2 v2.0.4/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
github.com/cpuguy83/go-md2man/v2 v2.0.6 h1:XJtiaUW6dEEqVuZiMTn1ldk455QWwEIsMIJlo5vtkx0=
github.com/cpuguy83/go-md2man/v2 v2.0.6/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8=