Below is an example of how to embed external content into the image with docker
jitdi -c ./test/file.yaml
docker run -it --rm host.docker.internal:8888/k8s/alpine/kubectl:v1.29.3 ls -lh /usr/local/bin/
jitdi -c ./test/ollama.yaml
docker run -it --rm host.docker.internal:8888/ollama/llama2:7b
/etc/docker/daemon.json
...
"insecure-registries": [
"host.docker.internal:8888",
],
...
/etc/containerd/config.toml
[plugins."io.containerd.grpc.v1.cri".registry.mirrors."localhost:30888"]
endpoint = ["http://localhost:30888"]