Skip to content

Commit

Permalink
[docker] Note about development docker image openwisp#244
Browse files Browse the repository at this point in the history
  • Loading branch information
morrme committed Aug 17, 2020
1 parent 59b3bfe commit a240bad
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
@@ -1,3 +1,5 @@
# NOTE: This Docker image is for development purposes only.

FROM python:3.7.5-slim-buster

RUN apt update && \
Expand Down
4 changes: 4 additions & 0 deletions README.rst
Expand Up @@ -617,6 +617,10 @@ Run quality assurance tests with:
Install and run on docker
--------------------------

NOTE: This Docker image is for development purposes only.
For the official OpenWISP Docker images, see: `docker-openwisp
<https://github.com/openwisp/docker-openwisp>`_.

Build from the Dockerfile:

.. code-block:: shell
Expand Down
2 changes: 2 additions & 0 deletions docker-compose.yml
@@ -1,3 +1,5 @@
# NOTE: This Docker image is for development purposes only.

version: "3"

services:
Expand Down

0 comments on commit a240bad

Please sign in to comment.