Explain how S-O uses Docker and implement a sanity check that checks the min required Docker version is installed #146

Closed
opened 2023-01-20 19:24:03 +00:00 by zramsay · 2 comments
Member

from #125:
The tool really requires some basic understanding of Docker principles. Although the tool implements an abstraction layer over Docker and compose, it's not reasonable to expect anything beyond blind following of a tutorial to result in success without some basic level of insight into what's happening underneath. We should note this and point readers to some good Docker background doc or YouTube video where they can get up to speed if needed.

  • section in README that links to...
  • docs/DOCKER.md
  • Docker Desktop is great (has both docker/docker-compose) but for cloud/scripting there's the plugin stuff to explain
  • you never really have to install docker; it either comes with DD or is also installed by apt install docker-compose
from #125: The tool really requires some basic understanding of Docker principles. Although the tool implements an abstraction layer over Docker and compose, it's not reasonable to expect anything beyond blind following of a tutorial to result in success without some basic level of insight into what's happening underneath. We should note this and point readers to some good Docker background doc or YouTube video where they can get up to speed if needed. - [ ] section in README that links to... - [ ] docs/DOCKER.md - [ ] Docker Desktop is great (has both docker/docker-compose) but for cloud/scripting there's the plugin stuff to explain - [ ] you never really have to install `docker`; it either comes with DD or is also installed by `apt install docker-compose`
Owner

Testing github string length limits there :)

Testing github string length limits there :)
Author
Member

we have install scripts that work great

we have install scripts that work great
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cerc-io/stack-orchestrator#146
No description provided.