Skip to content

Issue while running the simulator docker image  #4891

@srisgajare

Description

@srisgajare
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." 

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions