diff --git a/README.md b/README.md index e4b59f9..bda0477 100644 --- a/README.md +++ b/README.md @@ -49,3 +49,9 @@ Build image: ``` $ make build ``` + +Run image: + +``` +$ docker run --rm --detach --name musicube musicube:latest +```