Sign inSign up

hegdeashwin/protocore

By hegdeashwin

Updated almost 10 years ago

Official Docker build of Protocore version 0.1.0

Image
1

274

hegdeashwin/protocore repository overview

Protocore is an open source walking application skeleton for a typical unstructured JavaScript/jQuery web apps. You can use it to quickly bootstrap your unstructured JavaScript/jQuery web application projects.

Installation

Assuming Docker is already installed, up and running on the system environment:

Open terminal, change directory to the repository where you cloned Protocore and start root session

sudo -s

Pull Protocore Docker image

docker pull hegdeashwin/protocore

Run Protocore Docker image in background

docker run -d -p 8000:8000 hegdeashwin/protocore

__OUTPUT__
<CONTAINER-ID>
E.g. 5637c006a5730d20d3112df7aadbc46a12003b56b0065307a3a927b11d818a05

Check image running in background

docker ps

Check running container instance logs

docker logs <CONTAINER-ID>
E.g. docker logs 637c006a573

__OUTPUT__
> [email protected] docker /usr/protocore
> NODE_ENV=production nodejs server.js

Node (Express) server listening on port 8000

Open and run Protocore on browser

http://localhost:8000

Tag summary

Content type

Image

Digest

Size

255.9 MB

Last updated

almost 10 years ago

docker pull hegdeashwin/protocore