To share the Docker image, push or publish the image to a container
library like dockerhub
, linuxserver.io
, githubpackages
, or an
equivalent. When using dockerhub
, the Kria SOM starter kit Linux requires no additional setup. However,
when using other docker registries, application documentation needs to include steps
to add the docker registry to the docker configuration.
After a registry is setup, create an account on the chosen repository. Use the following command to push the docker image to the repository:
docker tag <name of docker image> <docker registry>/<name of docker image>:<TAG>
docker push <docker registry>/<name of docker image>:<TAG>