You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As an administrator,
I want to be able to deploy app using container images,
So that the deployment process is fast and easy.
Basic Example
Administrator should be provided with prebuilt images for application, that are available from Docker Hub or GitHub Container Registry. There should be also a template for deploying the app using Docker Compose.
Drawbacks
The application should be developed as container-native app. This means that the software does not just “happen to work” in, on or around containers, but rather is purposefully designed for containers.
Summary
As an administrator,
I want to be able to deploy app using container images,
So that the deployment process is fast and easy.
Basic Example
Administrator should be provided with prebuilt images for application, that are available from Docker Hub or GitHub Container Registry. There should be also a template for deploying the app using Docker Compose.
Drawbacks
The application should be developed as container-native app. This means that the software does not just “happen to work” in, on or around containers, but rather is purposefully designed for containers.
Unresolved questions
No response
Reference Issues
#15 #16
The text was updated successfully, but these errors were encountered: