Prerequisites: Docker and Visual Studio Code (With remote development extension)
python -m unittest discover test -p '*_test.py'
docs/modules.rst, and *.rst file need to be added for each fileTo create/update the documentation, run make htmlfrom /docs directory.
To view the documentation open docs/_build/html/index.html in a browser.
docker buildx create --name builder-for-plcdocker buildx build -f dockerfile-name --platform linux/arm/v7 -t username/imagename:tag --push .
E.g:
docker buildx build -f Dockerfile-plc2-pressure --platform linux/arm/v7 -t jonev/python-test:v6 --push .
docker system prune and delete also images with docker image prune -adocker pull username/imagename:tagdocker pull jonev/python-test:v6docker run -it username/imagename:tagdocker run -it jonev/python-test:v6Docker:
mongo-express -u user -p password -d database -H mongoDBHost -P mongoDBPort
Content type
Image
Digest
Size
310.8 MB
Last updated
over 6 years ago
docker pull jonev/python-test:v6