Skip to content

Commit f681298

Browse files
author
Murilo M. Marinho
committed
[docker] Fixing lists.g
1 parent ea25a09 commit f681298

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/docker/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ We can start with the simple
5454
docker run -it --rm murilomarinho/sas
5555
5656
Where the flags
57+
5758
#. ``-it`` will open an interactive shell and
5859
#. ``--rm`` will remove all changes and return the image to its fresh initial state after we're done.
5960

@@ -148,6 +149,7 @@ However, it will not run for interactive shells and aliases that we define will
148149
Noninteractive shells by default do not expand aliases.
149150

150151
The "easiest" solution is
152+
151153
#. Set your :file:`Dockerfile` to source /etc/bash_env`
152154
#. Add ``source source /etc/bash_env`` to your :file:`~/.bashrc` exactly once.
153155

@@ -175,6 +177,4 @@ things to work but with rootless docker there was a consistent difficulty with
175177
things such as.
176178

177179
#. ROS2 discovery. Settings become more difficult although can be circumvented.
178-
#. Port exposure and external access. Some robotic systems need to open reverse
179-
sockets with the host and networking becomes more difficult that it should otherwise
180-
be in rootless docker.
180+
#. Port exposure and external access. Some robotic systems need to open reverse sockets with the host and networking becomes more difficult that it should otherwise be in rootless docker.

0 commit comments

Comments
 (0)