Skip to content

john-cullen-acquia/studio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Purencool Studio

Commands

Start ide
purencoolstudio ide $(pwd) 5001 mytest_john

Manual

sed -e '/###/,/##/!d' purencoolstudio

Development

Stop all running containers

docker stop $(docker ps -a -q)

Delete all stopped containers

 docker rm $(docker ps -a -q)

Delete all docker images

docker rmi $(docker images -a -q)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%