For up-to-date product documentation, see the IBM MobileFirst Foundation Developer Center.
Removing a container from Bluemix
When we remove a container from Bluemix®, we must also remove the image name from the registry.
Procedure
- Run the following Cloud Foundry CLI plug-in for IBM® Containers (cf ic) commands to remove a container from Bluemix:
- cf ic ps (Lists the containers currently running)
- cf ic stop container_id (Stops the container)
- cf ic rm container_id (Removes the container)
- Run the following cf ic commands to remove an image name from the Bluemix registry:
- cf ic images (Lists the images in the registry)
- cf ic rmi image_id (Removes the image from the registry)
Parent topic: IBM MobileFirst Platform Foundation on cloud