TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
ci
/
tf-tuxput-deploy
/
87561574bde986288db1da675a8ba3d1d39bb3e8
/
.
/
do-docker.sh
blob: f070ac137e068c9ff2cf7494816378dc671fd3fc [
file
] [
log
] [
blame
]
Kelley Spoon
8756157
2022-10-13 15:41:15 -0500
[
diff
] [
blame^
]
1
#!/bin/sh
2
3
docker run
-
it
--
rm
--
name zappa \
4
--
mount type
=
bind
,
source
=
"$(pwd)"
,
target
=/
app \
5
--
mount type
=
bind
,
source
=
$HOME
/.
ssh
,
target
=/
user
/.
ssh \
6
python
:
3.7
\
7
/
bin
/
bash