[2025-jun-17] The SlackDocs mailing lists at https://lists.alienbase.nl/mailman/listinfo have been retired. No one has been using these lists for years and it's time to say goodbye. The list archives remain available at https://scalzi.slackware.nl/mailman/listinfo/slackdocs
[2025-jun-17] The SlackDocs Wiki has moved to a new server, in order to make it more performant.
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
howtos:cloud:docker [2018/03/09 11:16 (UTC)] – [Steps to install] bifferos | howtos:cloud:docker [2018/03/12 21:07 (UTC)] (current) – Incorporate suggestions bifferos | ||
---|---|---|---|
Line 20: | Line 20: | ||
</ | </ | ||
- | **IMPORTANT!!!** | + | < |
- | + | Log out (from root) and log back in again before you continue to install the rest of the docker packages. As an alternative it may be enough to simply | |
- | Log out (from root) and log back in again before you continue to install the rest of the docker packages: | + | run: |
+ | < | ||
+ | # source / | ||
+ | </ | ||
+ | </ | ||
< | < | ||
Line 44: | Line 48: | ||
fi | fi | ||
</ | </ | ||
+ | |||
+ | Also, in / | ||
+ | |||
+ | < | ||
+ | # Stop docker | ||
+ | if [ -x / | ||
+ | / | ||
+ | fi | ||
+ | </ | ||
+ | |||
+ | Now you can start docker: | ||
< | < |