We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01e70f6 commit bb16f0cCopy full SHA for bb16f0c
1 file changed
cmd/nerdctl/main.go
@@ -24,7 +24,6 @@ import (
24
"strconv"
25
"strings"
26
27
- "github.com/containerd/containerd"
28
"github.com/containerd/containerd/defaults"
29
"github.com/containerd/containerd/namespaces"
30
ncdefaults "github.com/containerd/nerdctl/pkg/defaults"
@@ -228,8 +227,8 @@ Config file ($NERDCTL_TOML): %s
228
227
// #endregion
229
230
// #region Container management
231
- newLogsCommand(),
232
newPsCommand(),
+ newLogsCommand(),
233
newPortCommand(),
234
newStopCommand(),
235
newStartCommand(),
0 commit comments