Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 226 Bytes

File metadata and controls

10 lines (7 loc) · 226 Bytes

Docker Import

 docker import ./testing.tar testing:latest \
   -c 'CMD python3 test.py -f ./conf/test.properties'

References

  1. docker import