Skip to content

Instantly share code, notes, and snippets.

@AlperRehaYAZGAN
Last active October 6, 2023 12:32
Show Gist options
  • Save AlperRehaYAZGAN/0038f7ea3f98e578c822e972afefddc7 to your computer and use it in GitHub Desktop.
Save AlperRehaYAZGAN/0038f7ea3f98e578c822e972afefddc7 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: ubu-focal-systemd-docker
annotations:
io.kubernetes.cri-o.userns-mode: "auto:size=65536"
spec:
runtimeClassName: sysbox-runc
containers:
- name: ubu-focal-systemd-docker
image: registry.nestybox.com/nestybox/ubuntu-focal-systemd-docker
command: ["/sbin/init"]
restartPolicy: Never
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment