mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-08 03:06:26 +02:00
poc work
This commit is contained in:
parent
54655109d1
commit
9f679692ab
4 changed files with 34 additions and 0 deletions
4
docker/Dockerfile
Normal file
4
docker/Dockerfile
Normal file
|
@ -0,0 +1,4 @@
|
|||
FROM ubuntu:18.04
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get -y install python3
|
1
docker/build_image
Executable file
1
docker/build_image
Executable file
|
@ -0,0 +1 @@
|
|||
docker build -t piston .
|
10
docker/execute
Executable file
10
docker/execute
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
abs=$1
|
||||
file=$(basename $abs)
|
||||
|
||||
docker run \
|
||||
--rm \
|
||||
-v $abs:/$file \
|
||||
-it foo \
|
||||
python3 /$file
|
Loading…
Add table
Add a link
Reference in a new issue