...

Text file src/github.com/docker/cli/e2e/stack/testdata/full-stack.yml

Documentation: github.com/docker/cli/e2e/stack/testdata

     1version: '3.3'
     2
     3services:
     4  one:
     5    image: registry:5000/alpine:frozen
     6    command: top
     7  two:
     8    image: registry:5000/alpine:frozen
     9    command: top

View as plain text