Skip to content

jair-anderson-souza/jee-postgres-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jee-postgres-docker

Clone and run for a quick way to see Docker in action.

This is a minimal JEE application based usign Docker.

This application needs just these files to run:

  • run.sh - Clean and install(maven), drop, create image and run
  • Dockerfile - Settings about deploy environment

To Use

To clone and run this repository you'll need Git and Docker installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/jass2125/jee-postgres-docker
# Go into the repository
cd jee-postgres-docker/
# Permission to run  
sudo chmod +x run.sh
# Run
sudo ./run.sh
Open browser and paste it
http://localhost:8080/Jee-Postgres-Docker-1.0/

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published