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.

5 lines
186 B

3 years ago
  1. mkdir -p /usr/src/test-02
  2. cd /usr/src
  3. git clone --depth 1 https://gitea.flylocal.us/spencer/test-02.git
  4. cd test-02
  5. sudo docker build -t test-02 .
  6. sudo docker run -it -p 5000:5000 test-02