-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
ISSUE TYPE
- Other
COMPONENT NAME
Docker image - simulator
CLOUDSTACK VERSION
Master branch
CONFIGURATION
N/A
OS / ENVIRONMENT
N/A
SUMMARY
After cloning the repo, building the docker image from scratch and running it, the UI doesn't show up and throws the following error:
"You're in developer mode, please build and run UI using npm."
STEPS TO REPRODUCE
cd tools/docker
docker build -f Dockerfile -t cloudstack/simulator ../..
docker run --name simulator -p 8080:8080 -d cloudstack/simulator
docker exec -ti simulator python \
/root/tools/marvin/marvin/deployDataCenter.py -i /root/setup/dev/basic.cfg
EXPECTED RESULTS
Cloudstack UI
ACTUAL RESULTS
On the web browser:
"You're in developer mode, please build and run UI using npm."