Browse Source

Add instructions for running the sandbox using Docker.

master
Brennan Wright 5 years ago
parent
commit
569e62a947
1 changed files with 13 additions and 0 deletions
  1. 13
    0
      docs/source/internals/sandbox.rst

+ 13
- 0
docs/source/internals/sandbox.rst View File

@@ -92,3 +92,16 @@ at: http://localhost:8000.  A sample superuser is installed with credentials::
92 92
     username: superuser
93 93
     email: superuser@example.com
94 94
     password: testing
95
+
96
+
97
+Run the sandbox using Docker
98
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~
99
+
100
+To run the Oscar sandbox using `Docker`_, run the following commands:
101
+
102
+.. _`Docker`: https://www.docker.com/
103
+
104
+.. code-block:: bash
105
+
106
+    $ docker pull oscarcommerce/django-oscar-sandbox
107
+    $ docker run -p 8080:8080/tcp oscarcommerce/django-oscar-sandbox:latest

Loading…
Cancel
Save