You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

6 lines
186 B

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