|
|
@@ -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
|