Sign inSign up

franchescoac/holajavascriptd

By franchescoac

Updated almost 2 years ago

It is a image of javascript

Image
Languages & frameworks
0

325

franchescoac/holajavascriptd repository overview

This is an image that shows "hello world" written in javascript

How to download and run

  • Download the image from the remote repository
   <!-- docker pull franchescoac/holajavascriptd--> 
  • Create the container from the images
 docker run -d --name <NEWDOCKERNAME> -p <PORT>:80 <IMAGENAME> 

 <!-- Example -->
    <!-- docker run -d --name holajavascript -p 8080:80 franchescoac/holajavascriptd:latest -->

Tip

"NEWDOCKERNAME" and "PORT" They can have the name and port of your preference.

Tag summary

Content type

Image

Digest

sha256:af2e7880f

Size

19.5 MB

Last updated

almost 2 years ago

docker pull franchescoac/holajavascriptd