Skip to content

Commit

Permalink
fixing accidental #'s
Browse files Browse the repository at this point in the history
  • Loading branch information
ford-at-aws authored and rlhagerm committed Oct 3, 2023
1 parent 5b76007 commit 9c0dbac
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions cpp/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,15 @@ Build steps
To build the docker image, run the following command from the shell. This command must be run in
the "aws-doc-sdk-examples" directory, the parent directory of "cpp", in order to access the resources folder.

'docker build -f cpp/Dockerfile -t <container_tag> .'
.. code-block:: bash
docker build -f cpp/Dockerfile -t <container_tag> .

The following command will run the docker image, copying your AWS credentials.
'docker run -it --volume ~/.aws/credentials:/home/tests/.aws/credentials <container_tag>'

.. code-block:: bash
docker run -it --volume ~/.aws/credentials:/home/tests/.aws/credentials <container_tag>

Automated tests
===================
Expand Down

0 comments on commit 9c0dbac

Please sign in to comment.