Skip to content

SHCHERBANV/devops_todolist

 
 

Repository files navigation

Find the Docker image for the TodoApp application at shcherbanvasyl499/todoapp

#Use comand: docker pull shcherbanvasyl499/todoapp:1.0.0

Build the Docker image

docker build -t todoapp:1.0.0 .

Run the Docker container using the following command:

docker run -p 8080:8080 --name todoapp todoapp:1.0.0

Open web browser on your machine

http://localhost:8080

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 67.2%
  • HTML 15.6%
  • CSS 10.9%
  • JavaScript 5.7%
  • Dockerfile 0.6%