docs: mark upstreams for all upstreams
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
5ce2419354
commit
a458a5d9f7
@ -1,4 +1,4 @@
|
||||
package container
|
||||
package container // https://github.com/docker/cli/blob/master/cli/command/container/exec.go
|
||||
|
||||
import (
|
||||
"context"
|
||||
|
@ -1,4 +1,4 @@
|
||||
package container
|
||||
package container // https://github.com/docker/cli/blob/master/cli/command/container/hijack.go
|
||||
|
||||
import (
|
||||
"context"
|
||||
|
@ -1,4 +1,4 @@
|
||||
package container
|
||||
package container // https://github.com/docker/cli/blob/master/cli/command/container/tty.go
|
||||
|
||||
import (
|
||||
"context"
|
||||
|
@ -1,4 +1,4 @@
|
||||
package convert
|
||||
package convert // https://github.com/docker/cli/blob/master/cli/command/container/tty.go
|
||||
|
||||
import (
|
||||
"io/ioutil"
|
||||
|
@ -1,4 +1,4 @@
|
||||
package convert
|
||||
package convert // https://github.com/docker/cli/blob/master/cli/compose/convert/compose_test.go
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
@ -1,4 +1,4 @@
|
||||
package convert
|
||||
package convert // https://github.com/docker/cli/blob/master/cli/compose/convert/service.go
|
||||
|
||||
import (
|
||||
"context"
|
||||
|
@ -1,4 +1,4 @@
|
||||
package convert
|
||||
package convert // https://github.com/docker/cli/blob/master/cli/compose/convert/service_test.go
|
||||
|
||||
import (
|
||||
"context"
|
||||
|
@ -1,4 +1,4 @@
|
||||
package convert
|
||||
package convert // https://github.com/docker/cli/blob/master/cli/compose/convert/volume.go
|
||||
|
||||
import (
|
||||
composetypes "github.com/docker/cli/cli/compose/types"
|
||||
|
@ -1,4 +1,4 @@
|
||||
package convert
|
||||
package convert // https://github.com/docker/cli/blob/master/cli/compose/convert/volume_test.go
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
@ -1,4 +1,4 @@
|
||||
package stack
|
||||
package stack // https://github.com/docker/cli/blob/master/cli/command/stack/loader/loader.go
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
@ -1,4 +1,4 @@
|
||||
package stack
|
||||
package stack // https://github.com/docker/cli/blob/master/cli/command/stack/options/opts.go
|
||||
|
||||
// Deploy holds docker stack deploy options
|
||||
type Deploy struct {
|
||||
|
@ -1,4 +1,4 @@
|
||||
package stack
|
||||
package stack // https://github.com/docker/cli/blob/master/cli/command/stack/remove.go
|
||||
|
||||
import (
|
||||
"context"
|
||||
|
@ -1,4 +1,4 @@
|
||||
package stack
|
||||
package stack // https://github.com/docker/cli/blob/master/cli/command/stack/swarm/common.go
|
||||
|
||||
import (
|
||||
"context"
|
||||
|
Loading…
Reference in New Issue
Block a user