File: docker-shell

package info (click to toggle)
libzmq-ffi-perl 1.19-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 552 kB
  • sloc: perl: 4,708; sh: 92; ansic: 30; makefile: 27
file content (6 lines) | stat: -rwxr-xr-x 147 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
#!/bin/bash
docker run --rm -i -t \
    -e SHELL=/bin/bash \
    -v $(pwd):/zmq-ffi \
    -w /zmq-ffi \
    calid/zmq-ffi-testenv:ubuntu /bin/bash