Skip to content

Commit 3056766

Browse files
authored
Merge pull request #308 from marcosvbuzo/marcosvbuzo_docs
Doc adjustments to improve user experience
2 parents 7804809 + 15dce2a commit 3056766

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ Docker
322322

323323
A Docker image is available at
324324
[https://github.com/mirceaulinic/salt-sproxy/pkgs/container/salt-sproxy](https://github.com/mirceaulinic/salt-sproxy/pkgs/container/salt-sproxy),
325-
and you can pull it, e.g., ``docker pull ghcr.io/mirceaulinic/salt-sproxy:develop``. See
325+
and you can pull it, e.g., ``docker pull ghcr.io/mirceaulinic/salt-sproxy:master``. See
326326
[https://salt-sproxy.readthedocs.io/en/latest/#docker](https://salt-sproxy.readthedocs.io/en/latest/#docker)
327327
for further usage instructions and examples.
328328

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ Docker
351351

352352
A Docker image is available at
353353
https://github.com/mirceaulinic/salt-sproxy/pkgs/container/salt-sproxy, and you can pull it, e.g.,
354-
``docker pull ghcr.io/mirceaulinic/salt-sproxy:develop``. See
354+
``docker pull ghcr.io/mirceaulinic/salt-sproxy:master``. See
355355
https://salt-sproxy.readthedocs.io/en/latest/#docker for further usage
356356
instructions and examples.
357357

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ can define the following convoluted alias:
286286

287287
.. code-block:: bash
288288
289-
alias salt-sproxy='f(){ docker run --rm --network host -v $SALT_PROXY_PILLAR_DIR:/etc/salt/pillar/ -ti ghcr.io/mirceaulinic/salt-sproxy:develop salt-sproxy $@; }; f'
289+
alias salt-sproxy='f(){ docker run --rm --network host -v $SALT_PROXY_PILLAR_DIR:/etc/salt/pillar/ -ti ghcr.io/mirceaulinic/salt-sproxy:master salt-sproxy "$@"; }; f'
290290
291291
And in the ``SALT_PROXY_PILLAR_DIR`` environment variable, you set the path to
292292
the directory where you have the Pillars, e.g.,

docs/man/salt-sproxy.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ can define the following convoluted alias:
301301
.sp
302302
.nf
303303
.ft C
304-
alias salt\-sproxy=\(aqf(){ docker run \-\-rm \-\-network host \-v $SALT_PROXY_PILLAR_DIR:/etc/salt/pillar/ \-ti mirceaulinic/salt\-sproxy salt\-sproxy $@; }; f\(aq
304+
alias salt\-sproxy=\(aqf(){ docker run \-\-rm \-\-network host \-v $SALT_PROXY_PILLAR_DIR:/etc/salt/pillar/ \-ti mirceaulinic/salt\-sproxy salt\-sproxy "$@"; }; f\(aq
305305
.ft P
306306
.fi
307307
.UNINDENT

0 commit comments

Comments
 (0)