Pull the image
docker pull jackkuo/shudu
Run the container
docker run -it --restart always -d --name shudu -p 3000:3000 jackkuo/shudu
Run the container with specific memory limitation
docker run -it --restart always -d --name shudu -p 3000:3000 -m 150m jackkuo/shudu
Content type
Image
Digest
sha256:289c49345…
Size
83.3 MB
Last updated
over 2 years ago
docker pull jackkuo/shudu