This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
21
unikernel/duniverse/dune_/docker/dev.yml
Normal file
21
unikernel/duniverse/dune_/docker/dev.yml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
volumes:
|
||||
_build:
|
||||
_boot:
|
||||
services:
|
||||
dune:
|
||||
image: dune
|
||||
user: opam
|
||||
tty: true
|
||||
privileged: true
|
||||
cap_add:
|
||||
- SYS_PTRACE
|
||||
- SYS_ADMIN
|
||||
security_opt:
|
||||
- seccomp:unconfined
|
||||
stdin_open: true
|
||||
environment:
|
||||
HISTFILE: /home/opam/dune/.git/.bash_history
|
||||
volumes:
|
||||
- ../:/home/opam/dune
|
||||
- _build:/home/opam/dune/_build/
|
||||
- _boot:/home/opam/dune/_boot/
|
||||
Loading…
Add table
Add a link
Reference in a new issue