Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a131989 commit 3eceeafCopy full SHA for 3eceeaf
pythonic.el
@@ -184,8 +184,13 @@ print(json.dumps(yaml.safe_load(open(sys.argv[-1], 'r'))))
184
(defun pythonic-get-docker-compose-container (filename service)
185
"Get container name from the FILENAME project for SERVICE name."
186
(s-trim
187
- ;; FIXME: It is possible to have many running containers for given
+ ;; FIXME:
188
+ ;;
189
+ ;; It is possible to have many running containers for given
190
;; service.
191
192
+ ;; Use container name, not the hash. This way we can survive
193
+ ;; service recreation.
194
(with-output-to-string
195
(with-current-buffer
196
standard-output
0 commit comments