Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 711 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 711 Bytes

AWS On Demand

Docker

Run the container

docker run --name aws-on-demand --restart unless-stopped -p 5000:5000 -e FORMPASSWORD='' -e AWSACCESSKEYID='' -e AWSSECRETKEY='' -e EC2REGIONNAME='' -e EC2INSTANCEID='' -d rvbg/aws-on-demand

Environment variables

ENV Description
FORMPASSWORD Your own password to start the server via the web interface
AWSACCESSKEYID AWS → My Security Credentials → Access keys → Create New Access Key
AWSSECRETKEY " "
EC2REGIONNAME Your instance region. Check this list out.
EC2INSTANCEID The instance ID

Build

docker build -t rvbg/aws-on-demand .