Point To The Correct Link For Play With Docker
This commit is contained in:
parent
3de6451f5c
commit
dcfbefe0af
@ -58,7 +58,7 @@ an example command that you will need to run to push to this repo.
|
|||||||
Now that our image has been built and pushed into a registry, let's try running our app on a brand
|
Now that our image has been built and pushed into a registry, let's try running our app on a brand
|
||||||
new instance that has never seen this container image! To do this, we will use Play with Docker.
|
new instance that has never seen this container image! To do this, we will use Play with Docker.
|
||||||
|
|
||||||
1. Open your browser to [Play with Docker](http://play-with-docker.com).
|
1. Open your browser to [Play with Docker](https://labs.play-with-docker.com/).
|
||||||
|
|
||||||
1. Log in with your Docker Hub account.
|
1. Log in with your Docker Hub account.
|
||||||
|
|
||||||
@ -89,4 +89,4 @@ can use the latest version of the image.
|
|||||||
Now that we have that figured out, let's circle back around to what we noticed at the end of the last
|
Now that we have that figured out, let's circle back around to what we noticed at the end of the last
|
||||||
section. As a reminder, we noticed that when we restarted the app, we lost all of our todo list items.
|
section. As a reminder, we noticed that when we restarted the app, we lost all of our todo list items.
|
||||||
That's obviously not a great user experience, so let's learn how we can persist the data across
|
That's obviously not a great user experience, so let's learn how we can persist the data across
|
||||||
restarts!
|
restarts!
|
||||||
|
Loading…
Reference in New Issue
Block a user