Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Drupal
drupalizer
Commits
3ee7da9f
Commit
3ee7da9f
authored
Nov 07, 2016
by
Samuel Sirois
Browse files
Document new docker.clean command
parent
722a8c88
Pipeline
#1337
failed with stages
in 9 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.adoc
View file @
3ee7da9f
...
...
@@ -16,6 +16,7 @@ This project adheres to http://semver.org/[Semantic Versioning].
* Add a Patternlab command to build the static style guide: `fab patternlab.build`.
* Add a Git command to verify repositories states and warn user if changes might be lost.
* Add a docker.clean command to clean docker's workspace (removes container and image).
== 2.0.0 - 2016/05/09
...
...
docker.py
View file @
3ee7da9f
...
...
@@ -225,7 +225,7 @@ def image_remove():
@
roles
(
'local'
)
def
clean
():
"""
Clean docker workspace
Clean docker workspace
(removes container & images)
"""
if
(
confirm
(
red
(
'This will stop, remove container and delete docker image '
+
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment