Sign inSign up

ricc/psysh

By ricc

Updated over 8 years ago

Image for psy/psysh interactive console.

Image
2

1.3K

ricc/psysh repository overview

Psysh

Docker Automated build Docker Build Status

Docker image psy/psysh

Usage

$ docker run -v $(pwd):/app -it ricc/psysh

Docker Compose

Example docker-compose.yml file

version: '3.2'

services:
  interactive:
    volumes:
      - ./:/app
    image: ricc/psysh:latest

Then run:

$ docker-compose run interactive

Tag summary

Content type

Image

Digest

Size

63.9 MB

Last updated

over 8 years ago

docker pull ricc/psysh