Skip to content

vinisoto/tomcat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apache Tomcat on Azure App Service

This repository contains Docker images for Apache Tomcat for running on Azure App Service.

Build

./setup.sh
cd 8.5-jre8
docker build -t tomcat .

Run

docker run tomcat

SSH to the Docker container

container_ip=IP_OF_THE_DOCKER_CONTAINER
ssh root@$container_ip -p 2222

The username is root and password is Docker!. For detailed documentation, refer https://docs.microsoft.com/en-us/azure/app-service/containers/tutorial-custom-docker-image.

Known issues

Currently, due to line ending issues, building and running on a Windows machine causes issues during the container startup. This will be fixed soon.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 84.5%
  • Shell 15.5%