DockerCLI/cli/command/stack/kubernetes/testdata/compose-with-pull-policy.yml

5 lines
83 B
YAML
Raw Normal View History

version: "3.7"
services:
test:
image: "some-image"
x-pull-policy: "Never"