Skip to content

Nerdctl network inspect doesn't output enough information #1451

Answered by AkihiroSuda
azhouwd asked this question in Q&A
Discussion options

You must be logged in to vote

nerdctl network inspect --mode=native produces detailed info, but in a different format

[
    {
        "CNI": {
            "cniVersion": "1.0.0",
            "name": "bridge",
            "nerdctlID": "17f29b073143d8cd97b5bbe492bdeffec1c5fee55cc1fe2112c8b9335f8b6121",
            "nerdctlLabels": {},
            "plugins": [
                {
                    "type": "bridge",
                    "bridge": "nerdctl0",
                    "isGateway": true,
                    "ipMasq": true,
                    "hairpinMode": true,
                    "ipam": {
                        "ranges": [
                            [
                                {
                        …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@azhouwd
Comment options

Answer selected by fahedouch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants