Skip to content

kienhung/phalconX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • Remove dangling images

    • docker images -f dangling=true
    • docker rmi $(docker images -f dangling=true -q)
  • Remove all containers

    • docker stop $(docker ps -a -q)
    • docker rm $(docker ps -a -q)

About

Full stack framework. Include Api backend, web and mobile app. Develop with PhalconPHP, React and React Native.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published