https://github.com/ehanlin/docker-teams-tomcat
https://github.com/ehanlin/docker-teams-tomcat
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ehanlin/docker-teams-tomcat
- Owner: eHanlin
- License: mit
- Created: 2018-04-16T07:58:54.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-20T07:22:10.000Z (about 8 years ago)
- Last Synced: 2025-05-22T21:13:16.796Z (about 1 year ago)
- Size: 6.84 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# teams-tomcat
## teams 基於 docker image 用於 k8s 上的 tomcat
Build
```
docker build --tag ehanlin/teams-tomcat:$TOMCAT_VER --build-arg TOMCAT_VER=$TOMCAT_VER .
```
Publish
```
docker push ehanlin/teams-tomcat:$TOMCAT_VER
```