Skip to content

Latest commit

 

History

History

openapi-docker-application

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Create the OpenAPI containerized application

  1. start docker
sudo service docker start
  1. Run script, while in this same folder:
./create-docker-image.sh <MY-VERSION-ID>

Example:

./create-docker-image.sh v0
  1. Run/use the image as shown