Signed-off-by: xianwei <xianwei.zw@alibaba-inc.com>
| ... | ... |
@@ -45,7 +45,7 @@ func (s *DockerSuite) TestRmContainerRunning(c *check.C) {
|
| 45 | 45 |
func (s *DockerSuite) TestRmContainerForceRemoveRunning(c *check.C) {
|
| 46 | 46 |
createRunningContainer(c, "foo") |
| 47 | 47 |
|
| 48 |
- // Stop then remove with -s |
|
| 48 |
+ // Stop then remove with -f |
|
| 49 | 49 |
dockerCmd(c, "rm", "-f", "foo") |
| 50 | 50 |
} |
| 51 | 51 |
|