https://github.com/getreddy/getdocker
Docker containers under windows 2016 server - Swarm cluster creation ; Invoke Docker service using REST API's
https://github.com/getreddy/getdocker
docker docker-container docker-service docker-swarm windows-containers
Last synced: 4 months ago
JSON representation
Docker containers under windows 2016 server - Swarm cluster creation ; Invoke Docker service using REST API's
- Host: GitHub
- URL: https://github.com/getreddy/getdocker
- Owner: getreddy
- Created: 2017-04-19T23:42:45.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-28T07:06:28.000Z (almost 8 years ago)
- Last Synced: 2024-08-14T07:07:17.944Z (8 months ago)
- Topics: docker, docker-container, docker-service, docker-swarm, windows-containers
- Language: PowerShell
- Homepage:
- Size: 134 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - getreddy/getdocker - Docker containers under windows 2016 server - Swarm cluster creation ; Invoke Docker service using REST API's (PowerShell)
README
This project will walk through the steps for setting up a swarm cluster using Windows 2016 server. It will show how to use Docker REST API's for creating service and as a result containers getting launched.
It will walk you through on how to build an image having Tomcat9 installed.
Plan is to run 2 master nodes having tomcat running, and setting up NGNIX server to load balance traffic across the cluster.