测试 yaml语法高亮
这个其实用的是bash的高亮模式
apiVersion: v1 kind: ReplicationController metadata: name: test labels: k8s-app: test version: v0
测试 shell
echo "this is test" docker inspect -f "{{.Name}} {{.Config.Cmd}}" $(docker ps -a -q)
这个其实用的是bash的高亮模式
apiVersion: v1 kind: ReplicationController metadata: name: test labels: k8s-app: test version: v0
echo "this is test" docker inspect -f "{{.Name}} {{.Config.Cmd}}" $(docker ps -a -q)