Hello !
NodeBB
I have discovered this forum (NodeBB) and I really like it ! Because it is fast, nice and usefull.
I just seen that NodeBB is now in version 1, congrats to developpers !
Docker
I have a dedicated server and I use lot of services on it. To better separate them and because it's really more pratical to manage and to deploy, each service is running in a docker container.
So, why not doing the same thing with NodeBB ?
- First problem :
docker pull
doesn't work
$ docker pull nodebb/docker
Using default tag: latest
Pulling repository docker.io/nodebb/docker
Tag latest not found in repository docker.io/nodebb/docker
- Second problem : use the
dockerfile
on https://hub.docker.com/r/nodebb/docker/~/dockerfile/
. Bad idea, because of :
# clone nodebb and install it
RUN cd /opt ; git clone -b v0.5.x https://github.com/NodeBB/NodeBB nodebb
- Lastly : I understand why all of this, because
Last pushed: 4 months ago
. You juste havn't have the time to do this, you forgot, or it's just not a priority for you ? However, it can allow lot of people to install and run NodeBB in very few time !
Thank you for all the answers you can give to me 