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 a Developer I need my local development environment to include Redis So that I can test the service locally with no Internet connection required
Assumptions:
The docker-compose.yml file will add Redis while building the environment
We can use a Redis Docker image
alpine:redis should be used to keep the vm small
Acceptance Criteria:
Given I have started Visual Studio Code and Reopened in a Container
When I issue `docker ps` in a separate shell
Then I should see a `redis` instance running
The text was updated successfully, but these errors were encountered:
As a Developer
I need my local development environment to include Redis
So that I can test the service locally with no Internet connection required
Assumptions:
docker-compose.yml
file will add Redis while building the environmentalpine:redis
should be used to keep the vm smallAcceptance Criteria:
The text was updated successfully, but these errors were encountered: