mirror of
https://github.com/docker/docs.git
synced 2026-04-02 01:08:53 +07:00
10 lines
129 B
YAML
10 lines
129 B
YAML
service1:
|
|
image: busybox
|
|
command: sleep 100
|
|
cpu_shares: 1
|
|
|
|
service2:
|
|
image: busybox
|
|
command: sleep 100
|
|
cpu_shares: 1
|