source from: https://github.com/journey-ad/chat-room
mkdir /chat-room && touch /chat-room/msg.db
docker run --name my-chat-room -p 80:3000 -d -v /chat-room/msg.db:/chat-room/msg.db zsm1703/chat-room
-v /chat-room/msg.db:/chat-room/msg.db mounts the chatroom log file to the host directory.
Content type
Image
Digest
sha256:17bfa1f42…
Size
121.9 MB
Last updated
over 3 years ago
docker pull zsm1703/chat-room