It is a image of javascript
325
<!-- docker pull franchescoac/holajavascriptd-->
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.
Content type
Image
Digest
sha256:af2e7880f…
Size
19.5 MB
Last updated
almost 2 years ago
docker pull franchescoac/holajavascriptd