<syntaxhighlight lang="bash">
docker tag busybox ccu-k8s.inf.uni-konstanz.de:32250/<your.username>/my_busybox#change busybox to whatever the name of your custom container is
</syntaxhighlight>
<syntaxhighlight lang="bash">
docker push ccu-k8s.inf.uni-konstanz.de:32250/<your.username>/my_busybox#change busybox to whatever the name of your custom container is
</syntaxhighlight>
containers:
- name: busybox
image: ccu-k8s.inf.uni-konstanz.de:32250/<your.username>/my_busybox #change busybox to whatever the name of your custom container is
command: ["sleep", "1d"]
resources: