Docker image psy/psysh
$ docker run -v $(pwd):/app -it ricc/psysh
Example docker-compose.yml file
version: '3.2'
services:
interactive:
volumes:
- ./:/app
image: ricc/psysh:latest
Then run:
$ docker-compose run interactive
Content type
Image
Digest
Size
63.9 MB
Last updated
over 8 years ago
docker pull ricc/psysh