Advertisement
Guest User

Untitled

a guest
Apr 25th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. (venv_medium) [root@k8s-master medium]# tree -L 2
  2. .
  3. ├── microservice
  4. │   ├── app.py
  5. │   ├── Dockerfile
  6. │   ├── micro-chart
  7. │   ├── microservice
  8. │   ├── README.md
  9. │   └── requirements.txt
  10. └── venv_medium
  11. ├── bin
  12. ├── include
  13. ├── lib
  14. ├── lib64 -> lib
  15. ├── pip-selfcheck.json
  16. ├── pyvenv.cfg
  17. └── share
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement