This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
spencer
/
test-02
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
added .sh
master
Spencer Flagg
3 years ago
parent
e00a7da8e8
commit
3091b09d29
1 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
test-02-run.sh
+ 6
- 0
test-02-run.sh
View File
@ -0,0 +1,6 @@
mkdir -p /usr/src/test-02
cd
/usr/src
git clone --depth
1
https://gitea.flylocal.us/spencer/test-02.git
cd
test-02
sudo docker build -t test-02 .
sudo docker run -it -p 5000:5000 test-02
Write
Preview
Loading…
Cancel
Save