See https://github.com/AndreasAugustin/docker-images/images/python-nodejs-k6 for the source.
986
Contains the nikolaik/python-nodejs in addition with k6.
easiest way to use this image is with docker-compose
# docker-compose.yaml
version: '3.7'
services:
python-nodejs-k6:
# image from github packages
# image: ghcr.io/andreasaugustin/git-secrets:main
# image from dockerhub
image: andyaugustin/python-nodejs-k6:main
volumes:
# within . your code should be located on the OS
- .:/app/
working_dir: /app/
You are now able to use the image with following commands:
# open terminal with installed commands
docker-compose run python-nodejs-k6
If you don't need a terminal (e.q. for CI/CD purposes) run
docker-compose run python-nodejs-k6 <command>
Content type
Image
Digest
sha256:086f59401…
Size
489.4 MB
Last updated
almost 3 years ago
docker pull andyaugustin/python-nodejs-k6