diff --git a/README.md b/README.md index de90827..c16ee23 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,13 @@ make build ``` -# Running container +# [Docker Hub](https://hub.docker.com/r/cubetiq/calpine-os-linux) +### Pull image +```shell +docker pull cubetiq/calpine-os-linux:latest +``` + +### Running container ```shell docker run --rm -it cubetiq/calpine-os-linux /bin/sh ```