Skip to content

Latest commit

 

History

History

uaa

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Local UAA from Build

  1. Run the prep script
./prepare.sh
  1. Build the docker image
sudo docker build -f Dockerfile.dev -t local-uaa .
  1. Create the container
sudo docker run -p 8080:8080 local-uaa

The UAA instance will then be available at http://localhost:8080