Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Cleanup tutorials | Daniel J Walsh | 2020-11-17 |
| | | | | | | | | | | | | | | | Inspired by @kannkyo PR. Eliminate sudo when commands will work fine in rootless mode. Make all commands in tutorials easily cut and pastable, by eliminating $ and > symbols. This should make them all consistant agross different tutorials. Also make all systemctl enable calls use the --now option. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> | ||
* | Add missing --now in systemctl start command | Benjamin Porter | 2020-11-12 |
| | | | | | | | | If you don't use --now or also run systemctl --user start podman.socket then the socket won't start until a reboot. Much easier to just start the socket at the same time as enabling it. Signed-off-by: Benjamin Porter <FreedomBen@users.noreply.github.com> | ||
* | [CI:DOCS] Update remote tutorials | Ashley Cui | 2020-09-08 |
update remote tutorial update mac/windows tutorial move varlink tutorial Signed-off-by: Ashley Cui <acui@redhat.com> |