Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Simple Todo List Docker Image

This repository contains the Dockerfile and configuration for building a Docker image of a simple todo list application.

Usage

To use this Docker image, follow these steps:

  1. Pull the Docker image: Run the following command to pull the Docker image from Docker Hub:

    docker pull abigeal/simple-todo-list:latest
    
  2. Run the Docker container: Once the image is pulled, you can run the Docker container using the following command:

    docker run -d -p 8080:8080 abigeal/simple-todo-list:latest
    
  3. Access the todo list application: Open your web browser and navigate to http://localhost:8080 to access the todo list application.

Contributing

Contributions are welcome! If you'd like to contribute to this project, please fork the repository, make your changes, and submit a pull request.

Issues

If you encounter any issues or have suggestions for improvement, please open an issue on the GitHub repository.

License

This project is licensed under the MIT License.


About

This is the continuation of my devops adventure specifically on docker where i pushed a simple to do app to Docker hub

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages