This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
vim /etc/docker/daemon.json | |
service docker restart | |
docker network create foo | |
docker network inspect foo | grep Subnet # "Subnet": "10.10.1.0/24" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"requiredArgs": [ | |
"where", | |
"command" | |
], | |
"optionalArgs": [ | |
"mutation-name" | |
], | |
"templates": [ | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"requiredArgs": [ | |
"where", | |
"command" | |
], | |
"optionalArgs": [ | |
"mutation-name" | |
], | |
"templates": [ | |
{ |
OlderNewer