docker

justpaste , JustPaste.in , https //justpaste.in cod , is justpaste.in safe , justpaste.in xbox , share text online , share text online free , copy and share text online , share text online live , save and share text online , share text online password , share text online reddit , share text online real time , share text online temporary , online text editor share , online notepad share text , send text online anonymous free , send text online anonymous , share a text online , can i share text messages , can you send a text online , online text editor and share , how to share text online , online shareable text editor , b-share , share text me , share text cod share text document online , share text editor online , online text editor share link , what is e share , send text online free , send text online from different number , send text online free uk , send text online from my phone number , send text online free australia , send text online free philippines , send text online free iran , send text file online , send text from online anonymous , share text file online , g share , ge shareowner online , sharing text between devices , how to share text on iphone , how to share text on instagram , j share , share long text online , send free text online kenya , how to share a text , share text online link , share a line contact , link to share text online , send text message online , send text message online free , send text message online free uk , send text message online free india , send text message online with fake number , is there an app to share text messages , share text message , share text on iphone , share a text , can i send a text online for free , share text online privately , send text online philippines , send text online pakistan , send text online ph , send text online poland , send text online to phone , send free text online philippines , send text gta online pc , online text pad share , paste text online share , quickly share text online , what is q.com email , share text online without registration , send text message online reddit , share line contact , share text snippet online , send text online t mobile , send text online to mobile , send text message online to india cell phone , send text message online telus , share the text online , temp text share online , paste text online to share , online text editor to share , send text online uk , how do i share a text with someone else , ut share login uta , ut share login , send text online verizon , how to share a link via text , v share items , share text online with link , send text message online without phone number , send text message online worldwide free , send free text online worldwide , online text share website , online textwriter share , online text editor with share , can you legally share text messages , text share website , text without sharing number , how to text without sharing phone number , share.textnow , 1 on 1 text chat , 1 share of stock , compare 2 text files online free , 3 share , send text online for free , 5 digit text number free , 5 text , 5 share , share.textnow.com , send text online , send online text message for free , 7 text , 8-bit text , 8-bit text generator , 9 text.com , 9texts.com pdf

DOCKER hub – install open jdk docker pull openjdk

C:\Users\barol>docker –v

C:\Users\barol>docker images

C:\Users\barol>docker PS

C:\Users\barol>docker pull openjdk

C:\Users\barol> docker image

C:\Users\barol>docker images

C:\Users\barol>docker run –name JAVA -it -d openjdk

C:\Users\barol>docker ps

C:\Users\barol>docker exec -it JAVA jshell

jshell> System.out.println(“hello docker”);

jshell> int a=10;

jshell> int b=20;

jshell> System.out.println(a+b);

 

// part b – folder name in desktop

download docker

download node.js

vs code

 

open cmd

docker –version

install extension in vs code docker&nodejs

create a docker file with docker name

create node js file with avishkar.js

 

console.log(“Name:Avishkar”);

console.log(“class:TE”);

 

FROM node:alpine

COPY . /partb

CMD node /partb/avishkar.js

//open terminal in vs code

docker –version

node avishkar.js

docker build -t partb .

docker images

 

if doesn’t open docker

windows features – windows hypervisor platform

open windows powershell as an administrator

type command : dism.exe

download the ESL2

Scroll to Top