Closed errordeveloper closed 8 years ago
Could you include instructions on how to install (just a link to the official install docs) or check that you have Docker for Mac running?
Can you include a screenshot of the whale in your OS X menu bar?
Could you include instructions on how to install (just a link to the official install docs) or check that you have Docker for Mac running?
Done.
Can you include a screenshot of the whale in your OS X menu bar?
Done.
Please add two other guides in the same PR based on common content which show how to do this with:
docker-machine
with a VirtualBox boot2docker
VMOnly the initial setup is likely to change, and the URL you direct the user to open the app in their browser.
You could have include files for each of the setup steps (3), deploying Scope + Cloud (1), and for running the load test (1), so maybe we'll end up with 5 includes and 3 guides?
Plain Docker on Linux (which would work for Windows users with Linux in a VM)
I'm not quite sure this is the best way to address Windows users. There is Docker for Windows, and also Docker Machine sort of works on Windows, but not I never tried it myself.
That may well be true. But it would be good to get something that probably works for them with minimal effort, rather than having to stand up a windows box. I often see Windows users with Ubuntu VMs in VirtualBox...
Tested this and the app did not load properly in my browser based on these instructions. Also, we need to mention Weave Net as well, as a prerequisite.
Also, we should include a way to kill this app on your machine, as it takes up quite a few resources on your local machine.
Tested this and the app did not load properly in my browser based on these instructions.
How long did you wait? It's mostly Java, so it takes a while to become usable... may be we should address that somehow.
Also, we need to mention Weave Net as well, as a prerequisite.
No, we are not using Weave Net here.
Also, we should include a way to kill this app on your machine, as it takes up quite a few resources on your local machine.
Yes, we should add it. It's docker-compose -p shop down
.
How long did you wait? It's mostly Java, so it takes a while to become usable... may be we should address that somehow.
Also, we need to mention Weave Net as well, as a prerequisite. No, we are not using Weave Net here.
Ok, let me try it again. It does take quite a long time to load. Can we simplify this a bit? It seems a bit overkill to me as an example, especially if we are not using net here.
Looks like this landed in
mesos-marathon
subfolder by accident. Please fix.Then I'll have a go at adding some words and screenshots etc.