SVR.JS now on Docker!
This commit is contained in:
parent
415693346a
commit
63578385b8
2 changed files with 17 additions and 0 deletions
17
source/_posts/SVR-JS-now-on-Docker.md
Normal file
17
source/_posts/SVR-JS-now-on-Docker.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
title: SVR.JS now on Docker!
|
||||
date: 2024-05-08 14:08:51
|
||||
tags:
|
||||
- docker
|
||||
- webserver
|
||||
category: News
|
||||
thumbnail: /images/covers/SVR-JS-now-on-Docker.png
|
||||
---
|
||||
**SVR.JS - a web server running on Node.JS now has an official Docker image!** You can visit the repository page at https://hub.docker.com/r/svrjs/svrjs.
|
||||
|
||||
To install SVR.JS via Docker, run these commands:
|
||||
```bash
|
||||
docker pull svrjs/svrjs
|
||||
docker run --name mysvrjs -d -p 80:80 --restart=always svrjs/svrjs
|
||||
```
|
||||
Replace `mysvrjs` with desired Docker container name.
|
BIN
source/images/covers/SVR-JS-now-on-Docker.png
Normal file
BIN
source/images/covers/SVR-JS-now-on-Docker.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 100 KiB |
Reference in a new issue