Last active
October 6, 2023 12:32
-
-
Save AlperRehaYAZGAN/0038f7ea3f98e578c822e972afefddc7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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