Dockerfile and Action for creating Docker image in GitHub's registry#317
Dockerfile and Action for creating Docker image in GitHub's registry#317Sentennial wants to merge 4 commits intoTeam-Silver-Sphere:masterfrom
Conversation
|
Any update about this merge request ? Would be glad to see this container in action ! :) |
|
@sullivandavid42 legit didn’t know this was a PR. The docker file at a minimum is broken as such I can’t push this. Will make a change request when I can. |
|
Yes, you don't need to install nodejs / pm2 in your system. Its just an option if somebody want to run it via docker (For example we are running it in docker from day 0) |
|
Working dockerfile if anyone need ;) |
So is this for Windows aswell then or just Linux? Because here it only lists Linux, although top right says "multiplatform". |
Docker works on Linux and Windows (on WSL) and the docker image is used to standardize the environment that will run an application, regardless of the OS. |
|
Just edited my previous post. |
This is becoming off-topic but I can suggest to read this page in which everything is very well explained: https://docs.docker.com/get-started/overview/ |

No description provided.