Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 1.13 KB

README.md

File metadata and controls

21 lines (15 loc) · 1.13 KB

Docker Client Vapor Demo

Language

This is a demo client implementation of the Docker Client with Vapor.

Disclaimer: This project is not a demonstration on how to write the best Vapor application but instead on how it is possible to integrate the Docker client into a Vapor project.

Demo

This demo project shows you how to use the DockerClient library and how to implement a service that can update services with newer images.

To use this demo, please make sure you have Docker installed and running. Before running the Vapor application, please run the following docker swarm commands to boot up a demo service.

docker swarm init
docker stack deploy --compose-file docker-compose.yml demo

License

This project is released under the MIT license. See LICENSE for details.

Contribution

You can contribute to this project by submitting a detailed issue or by forking this project and sending a pull request. Contributions of any kind are very welcome :)