Sign inSign up

renegadetech/site

By renegadetech

Updated over 8 years ago

Deploy my site using docker

Image
0

1.2K

renegadetech/site repository overview

Site

This site project is intended to help advertise Programmers/Developers/Academics whom are time poor and want to get something up quick smart.

The benefit of site is that it is intentionally built to be minimalistic and easy to get up and running.

How to run

The steps required in order to get the default site up and running are:

  • Install docker
  • Run the following command:
    • docker run --rm -it -p ${HOST_PORT:-3000}:3000 renegadetech/site
    • You can define the HOST_PORT in your shell or allow it to use the default node port
  • Connecting to your website is as simple as opening a browser to localhost:3000

There you have it! All sorted with your new site.

Tag summary

Content type

Image

Digest

Size

24.8 MB

Last updated

over 8 years ago

docker pull renegadetech/site