Skip to content

Commit 8435cf2

Browse files
author
troutman_margaret@yahoo.com
committed
Edited chapter_12_ansible.asciidoc with Atlas code editor
1 parent b49973e commit 8435cf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chapter_12_ansible.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ All of them should be run on the server, inside an SSH session:
304304

305305
=== Allowing Rootless Docker Access
306306

307-
Having to use `sudo` or `become=True` to run Docker commands is a bit of a pain.((("SSH", "SSHing into server and viewing container logs", startref="ix_SSHser")))((("Docker", "rootless access, allowing", id="ix_Dckrtl")))
307+
Having to use `sudo` or `become=True` to run Docker commands is a bit of a pain.((("SSH", "SSHing into server and viewing container logs", startref="ix_SSHser")))((("root user", "allowing rootless Docker access", id="ix_rootls")))((("Docker", "rootless access, allowing", id="ix_Dckrtl")))
308308
If we add our user to the `docker` group, we can run Docker commands without `sudo`:
309309

310310
[role="sourcecode"]
@@ -418,7 +418,7 @@ to the ones we've already figured our way through in the last couple of chapters
418418

419419
* Configuration
420420
* Networking
421-
* The database((("Docker", "rootless access, allowing", startref="ix_Dckrtl")))
421+
* The database((("root user", "allowing rootless Docker access", startref="ix_rootls")))((("Docker", "rootless access, allowing", startref="ix_Dckrtl")))
422422

423423

424424
=== Getting Our Image Onto the Server

0 commit comments

Comments
 (0)