This website requires JavaScript.
Explore
Help
Register
Sign In
docker
/
docs
mirror of
https://github.com/docker/docs.git
Watch
1
Star
0
Fork
You've already forked docs
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
16d6018419
docs
/
script
/
clean
4 lines
100 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
find . -type f -name
'*.pyc'
-delete
rm -rf docs/_site build dist docker-compose.egg-info
Reference in New Issue
View Git Blame
Copy Permalink