Dockerfile for alinode.
You may use this Dockerfile via Docker Hub.
The repo is here.
And the docker pull command is:
$ docker pull alinode/alinode-docker
This docker may use with AgentX together.
You should specified these environment variables:
/root/.logs/error.#YYYY#-#MM#-#DD#.log# docker run -d -p 1337:1337 -it -e "APP_ID=xxx" -e "APP_SECRET=xxx" -v /root/src/:/web/ docker.io/alinode/alinode-docker node /web/app.js
And we recommended you bind hostname same as host mechine. Because hostname changes follows the container id. So, command is that:
# docker run -d -p 1337:1337 -h `hostname` -e "APP_ID=xxx" -e "APP_SECRET=xxx" -v /root/src/:/web/ docker.io/alinode/alinode-docker node /web/app.js
You're welcome to make pull requests!
Content type
Image
Digest
Size
112.6 MB
Last updated
almost 9 years ago
docker pull alinode/alinode-docker