- Clone this repository with
git clone https://github.com/projectaccuknox/uni-date.git
- Change working directory to cloned repository
cd uni-date
- Execute
sh start.sh <hub-user>/<repo-name>[:<tag>]
Where
<hub-user>
is yourDocker ID
/
isdelimiter
<repo-name>
is your desiredname for repository
[:<tag>]
isoptional tag
, if you don't use one it will be by default assignedlatest
Scenario - If my Docker ID is projectaccuknox
& I want my repository to be named as uni-date
with tag v1
, then type in terminal:
sh start.sh projectaccuknox/uni-date:v1
- Then access this by visiting
http://localhost:8090