Docker - Production Patterns
What is wrong with this init container definition?
initContainers:
- name: setup
image: busybox
command: ['sh', '-c', 'exit 1']
- name: prepare
image: alpine
command: ['sh', '-c', 'echo Ready']
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions