Project

General

Profile

action #89719

Updated by livdywan over 3 years ago

## Observation 

 Trying to "compose" from master I'm getting this error: 

 ``` 
 $ sudo docker-compose up 
 Creating network "webui_default" with the default driver 
 Pulling data (openqa_data:)... 
 The image for the service you're trying to recreate has been removed. If you continue, volume data could be lost. Consider backing up your data before continuing. 
 ``` 

 ## Suggestion 
 - Make sure *openqa_data* is pulled from a public registry, or built as part of the "compose" workflow 
 - Scrap *openqa_data* is probably what we want, the above is just the high-level flow from a user's point of view

Back