• Introduction
    • 0.1. What is Hyper.sh
    • 0.2. Why Hyper.sh
    • 0.3. Regions
    • 0.4. Pricing
    • 0.5. Quota and Limits
    • 0.6. FAQ
  • 1. Getting Started
    • 1.1. Generate API Credential
    • 1.2. Install CLI
    • 1.3. Part 1 - Starting and inspecting your first container
    • 1.4. Part 2 - Working with multiple containers
    • 1.5. Part 3 - Hyper Compose
  • 2. Features
    • 2.1. Container
      • 2.1.1. Container
      • 2.1.2. Logs
      • 2.1.3. Compose
      • 2.1.4. Cron (Beta)
      • 2.1.5. Service
      • 2.1.6. Func (Beta)
    • 2.2. Storage
      • 2.2.1. Volume
      • 2.2.2. Snapshot
    • 2.3. Network
      • 2.3.1. Network
      • 2.3.2. Floating IP
      • 2.3.3. Port
      • 2.3.4. Security Group
    • 2.4. Console
      • 2.4.1. Filter
  • 3. Reference
    • 3.1. CLI
      • 3.1.1. attach
      • 3.1.2. commit
      • 3.1.3. config
      • 3.1.4. create
      • 3.1.5. exec
      • 3.1.6. images
      • 3.1.7. info
      • 3.1.8. inspect
      • 3.1.9. kill
      • 3.1.10. load
      • 3.1.11. login
      • 3.1.12. logout
      • 3.1.13. logs
      • 3.1.14. port
      • 3.1.15. ps
      • 3.1.16. pull
      • 3.1.17. push
      • 3.1.18. rename
      • 3.1.19. restart
      • 3.1.20. rm
      • 3.1.21. rmi
      • 3.1.22. run
      • 3.1.23. search
      • 3.1.24. start
      • 3.1.25. stats
      • 3.1.26. stop
      • 3.1.27. version
      • 3.1.28. update
      • 3.1.29. wait
      • 3.1.30. Volume
        • 3.1.30.1. create
        • 3.1.30.2. init
        • 3.1.30.3. inspect
        • 3.1.30.4. ls
        • 3.1.30.5. rm
      • 3.1.31. Snapshot
        • 3.1.31.1. create
        • 3.1.31.2. ls
        • 3.1.31.3. rm
      • 3.1.32. FIP
        • 3.1.32.1. allocate
        • 3.1.32.2. attach
        • 3.1.32.3. detach
        • 3.1.32.4. ls
        • 3.1.32.5. release
        • 3.1.32.6. name
      • 3.1.33. Security Group
        • 3.1.33.1. create
        • 3.1.33.2. ls
        • 3.1.33.3. inspect
        • 3.1.33.4. rm
        • 3.1.33.5. update
      • 3.1.34. Compose
        • 3.1.34.1. create
        • 3.1.34.2. down
        • 3.1.34.3. up
        • 3.1.34.4. rm
        • 3.1.34.5. ps
        • 3.1.34.6. pull
        • 3.1.34.7. run
        • 3.1.34.8. kill
        • 3.1.34.9. start
        • 3.1.34.10. stop
        • 3.1.34.11. scale
      • 3.1.35. Service
        • 3.1.35.1. create
        • 3.1.35.2. ls
        • 3.1.35.3. inspect
        • 3.1.35.4. scale
        • 3.1.35.5. rolling-update
        • 3.1.35.6. attach-fip
        • 3.1.35.7. detach-fip
        • 3.1.35.8. rm
      • 3.1.36. Cron
        • 3.1.36.1. create
        • 3.1.36.2. inspect
        • 3.1.36.3. ls
        • 3.1.36.4. history
        • 3.1.36.5. rm
      • 3.1.37. Func
        • 3.1.37.1. create
        • 3.1.37.2. update
        • 3.1.37.3. inspect
        • 3.1.37.4. ls
        • 3.1.37.5. rm
        • 3.1.37.6. logs
        • 3.1.37.7. call
        • 3.1.37.8. get
    • 3.2. API
      • 3.2.1. 2016-04-04 [Ver. 1.23]
        • 3.2.1.1. Container
          • 3.2.1.1.1. List Containers
          • 3.2.1.1.2. Create a container
          • 3.2.1.1.3. Get container logs
          • 3.2.1.1.4. Start a container
          • 3.2.1.1.5. Stop a container
          • 3.2.1.1.6. Restart a container
          • 3.2.1.1.7. Resize a container
          • 3.2.1.1.8. Rename a container
          • 3.2.1.1.9. Kill a container
          • 3.2.1.1.10. Attach to a container
          • 3.2.1.1.11. Remove a container
          • 3.2.1.1.12. Update a container
          • 3.2.1.1.13. Get container stats
          • 3.2.1.1.14. Inspect a container
          • 3.2.1.1.15. Exec Create
          • 3.2.1.1.16. Commit a container
        • 3.2.1.2. Event
          • 3.2.1.2.1. Monitor events with WebSocket
        • 3.2.1.3. Misc
          • 3.2.1.3.1. Display system-wide information
          • 3.2.1.3.2. Show the hyper version information
          • 3.2.1.3.3. Exec Start
          • 3.2.1.3.4. Exec Resize
          • 3.2.1.3.5. Exec Inspect
        • 3.2.1.4. Image
          • 3.2.1.4.1. Inspect Images
          • 3.2.1.4.2. Search Images
          • 3.2.1.4.3. List Images
          • 3.2.1.4.4. Load Images
          • 3.2.1.4.5. Create an image
          • 3.2.1.4.6. Remove an image
          • 3.2.1.4.7. Push an image
        • 3.2.1.5. Volume
          • 3.2.1.5.1. List volumes
          • 3.2.1.5.2. Create a volume
          • 3.2.1.5.3. Remove a volume
          • 3.2.1.5.4. Init a volume
          • 3.2.1.5.5. Inspect a volume
        • 3.2.1.6. Snapshot
          • 3.2.1.6.1. Create a snapshot
          • 3.2.1.6.2. List snapshots
          • 3.2.1.6.3. Inspect a snapshot
          • 3.2.1.6.4. Remove a snapshot
        • 3.2.1.7. Network
          • 3.2.1.7.1. Allocate floating IP
          • 3.2.1.7.2. Attach a floating IP to a (running) container
          • 3.2.1.7.3. Detach floating IP from a (running) container
          • 3.2.1.7.4. List floating IP
          • 3.2.1.7.5. Release floating IP
          • 3.2.1.7.6. Name floating IP
        • 3.2.1.8. Security Group
          • 3.2.1.8.1. Create a security group
          • 3.2.1.8.2. Remove a security group
          • 3.2.1.8.3. Inspect a security group
          • 3.2.1.8.4. Update a security group
          • 3.2.1.8.5. List security groups
        • 3.2.1.9. Service
          • 3.2.1.9.1. service create
          • 3.2.1.9.2. service list
          • 3.2.1.9.3. service inspect
          • 3.2.1.9.4. service update
          • 3.2.1.9.5. service remove
        • 3.2.1.10. Compose
          • 3.2.1.10.1. Compose up
          • 3.2.1.10.2. Compose create
          • 3.2.1.10.3. Compose down
          • 3.2.1.10.4. Compose rm
          • 3.2.1.10.5. Compose start
          • 3.2.1.10.6. Compose stop
          • 3.2.1.10.7. Compose kill
        • 3.2.1.11. Cron (Beta)
          • 3.2.1.11.1. Cron create
          • 3.2.1.11.2. Cron list
          • 3.2.1.11.3. Cron inspect
          • 3.2.1.11.4. Cron remove
          • 3.2.1.11.5. Cron history
        • 3.2.1.12. Func (Beta)
          • 3.2.1.12.1. Func create
          • 3.2.1.12.2. Func update
          • 3.2.1.12.3. Func list
          • 3.2.1.12.4. Func inspect
          • 3.2.1.12.5. Func remove
          • 3.2.1.12.6. Func call
          • 3.2.1.12.7. Func get
          • 3.2.1.12.8. Func logs
          • 3.2.1.12.9. Func status
    • 3.3. Compose File Reference
    • 3.4. Security Group Reference
  • 4. FAQ
    • 4.1. Privacy Policy
    • 4.2. Terms of Service
    • 4.3. Acceptable Use Policy
  • Published with GitBook

Hyper.sh User Guide

Features

  • Container
    • Container
    • Logs
    • Compose
    • Cron (Beta)
    • Service
    • Func (Beta)
    • Filter And Action
  • Storage
    • Volume
    • Snapshot
  • Network
    • Network
    • Floating IP
    • Port
    • Security Group
  • Console
    • Filter