Skip to content

Instantly share code, notes, and snippets.

@AlperRehaYAZGAN
Last active October 8, 2023 20:11
Show Gist options
  • Save AlperRehaYAZGAN/e9da9f50a9e8fb49e1ed01c58e323d7d to your computer and use it in GitHub Desktop.
Save AlperRehaYAZGAN/e9da9f50a9e8fb49e1ed01c58e323d7d 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