Skip to content

vinisoto/java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Java SE on Azure App Service

This repository contains Docker images for Java SE for running on Azure App Service.

Build

./setup.sh
cd jr8-alpine
docker build -t javase .

Run

docker run javase

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#connect-to-web-app-for-containers-using-ssh.

Releases

No releases published

Packages

No packages published

Languages

  • HTML 81.3%
  • Shell 13.1%
  • Java 3.0%
  • Dockerfile 2.6%