Skip to content

Rishabh42/docker-examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

docker-examples

This repo is for running docker examples for Lagrange Dao project.

Get Started

If you want to run a "hello world" docker project, please follow the steps below

Build Image

cd hello_world
docker build -t lad_hello_world .

Start a instance

 docker run lad_hello_world

Open the web page at http:https://0.0.0.0:7860, if success you can the following response

{
    "Hello": "World!"
}

About

Sample Docker Space Exemaples

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Dockerfile 78.0%
  • Python 22.0%