Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate the API for the action buttons to manage the containers (Containers screen) #90

Open
Yinshangyi opened this issue Jun 6, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Yinshangyi
Copy link
Contributor

The following API routes actions need to be integrated with the action button in the Containers screen

Actions

  • Stop all containers: /api/action/stop-all
  • Start all containers: /api/action/start-all
  • Start a specific container : /api/action/start?id=
  • Stop a specific container: /api/action/stop?id=
  • Restart a specific container :/api/action/restart?id=
  • Kill a specific container: /api/action/kill?id=
  • Remove a specific container: /api/action/remove?id=
  • Pause a specific container: /api/action?pause?id=
  • Unpause a specific container: /api/action?unpause?id=
@Yinshangyi Yinshangyi added the enhancement New feature or request label Jun 6, 2020
@Yinshangyi Yinshangyi self-assigned this Jun 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
New Features
  
Awaiting triage
Development

No branches or pull requests

1 participant