Issue description
I was trying out installing ISLE local on two new machines and realized I was not 100% sure which docker command(s) to use, for example docker-compose down versus 'docker down' if I wanted to preserve data.
Same goes for information of how to start it up again if ISLE was already installed successfully.
I want to volunteer to help write this, but I need to make sure I use the correct commands.
My understanding so far is I should use:
docker-compose down for preserving data
docker-compose down -v for removing volumes, but preserving containers.
and
docker system prune --all to remove all containers.
Finally, I should use docker-compose up -d to bring up a ISLE system that was previously installed.
For locations for where to put something like the above
- Near the end of demo, local, staging, prod installation instructions
- Inside cookbook section
- ???
Thoughts?
Issue description
I was trying out installing ISLE local on two new machines and realized I was not 100% sure which docker command(s) to use, for example
docker-compose downversus 'docker down' if I wanted to preserve data.Same goes for information of how to start it up again if ISLE was already installed successfully.
I want to volunteer to help write this, but I need to make sure I use the correct commands.
My understanding so far is I should use:
docker-compose downfor preserving datadocker-compose down -vfor removing volumes, but preserving containers.and
docker system prune --allto remove all containers.Finally, I should use
docker-compose up -dto bring up a ISLE system that was previously installed.For locations for where to put something like the above
Thoughts?