We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Implement DockerConnector APIs using OpenShift counterparts.
[ ] Images - buildImage - commit - inspectImage - listImages - pull - push - removeImage - tag [ ] Network - connectContainerToNetwork - createNetwork - disconnectContainerFromNetwork - inspectNetwork - removeNetwork [ ] Exec - attachContainer - createExec - startExec [ ] Info - getContainerLogs - getEvents - getExecInfo - getNetworks - getNetworks - getSystemInfo - getVersion - top [ ] Containers - listContainers - getResource - putResource - removeContainer - startContainer - stopContainer - waitContainer
The text was updated successfully, but these errors were encountered:
This tasks are needed to remove --privileged container constraint for running Che workspaces in OpenShift (third bullet of #2847).
Other tasks are:
Sorry, something went wrong.
I am going to work on Containers implementation, @amisevsk on Network & Exec and @snjeza on Images
Superceded by epic tracking all activities.
No branches or pull requests
Implement DockerConnector APIs using OpenShift counterparts.
[ ] Images
- buildImage
- commit
- inspectImage
- listImages
- pull
- push
- removeImage
- tag
[ ] Network
- connectContainerToNetwork
- createNetwork
- disconnectContainerFromNetwork
- inspectNetwork
- removeNetwork
[ ] Exec
- attachContainer
- createExec
- startExec
[ ] Info
- getContainerLogs
- getEvents
- getExecInfo
- getNetworks
- getNetworks
- getSystemInfo
- getVersion
- top
[ ] Containers
- listContainers
- getResource
- putResource
- removeContainer
- startContainer
- stopContainer
- waitContainer
The text was updated successfully, but these errors were encountered: