Skip to content

Document how to start and stop ISLE instances  #358

Description

@ysuarez

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?

Metadata

Metadata

Assignees

Labels

DocumentationUpdate the docs or kind request for documentation.

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions