Skip to content

juligabani/hello-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

hello-docker

Command to run hellow-docker application:

First navigate to application directory in CMD.

Build docker image:

docker build -t hello-docker .

Note: "-t" indicate the Tag. "hello-docker" indicate image name. "." indicate the current direcoty of application.

Get List of images:

docker image ls

Run docker image:

docker run hello-docker

Note: hello-docker is a image name.

About

Docker setup demo

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published