Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 640 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 640 Bytes

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