Simple Static Website
Last updated
Last updated
The code for the application is uploaded on github.
Make sure you have your dockerhub account linked to scaleinfinte you can find the process here Link
Use Build image page to create a docker image and push into your docker hub account.
Search the docker image you have created in Create app page.
Click on the Install button.
Fill all the required fields.
click on Advanced.
You will be redirected to My Apps page, Here you can find all the applications you deployed.
Copy the application Hostname without NodePort and search the Url.
Docker Image |
---|
PROTOCOL
HTTP | TCP/UDP |
---|---|
ENV VARIABLE | WHITELIST | WORKING DIR |
---|---|---|
The Application is running successfully
Can i install my own Static Application?
Absolutely, you can install your own Static application, Make Sure you have proper Docker image created on your dockerhub.
<name of docker image>
80
Give env variable.
Eg:key==value
If you want to white list any ports list here
WORKDIR for the application. Eg:usr/src/yourAPP