Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3eceeaf

Browse files
committed
Add developer note.
1 parent a131989 commit 3eceeaf

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pythonic.el

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,13 @@ print(json.dumps(yaml.safe_load(open(sys.argv[-1], 'r'))))
184184
(defun pythonic-get-docker-compose-container (filename service)
185185
"Get container name from the FILENAME project for SERVICE name."
186186
(s-trim
187-
;; FIXME: It is possible to have many running containers for given
187+
;; FIXME:
188+
;;
189+
;; It is possible to have many running containers for given
188190
;; service.
191+
;;
192+
;; Use container name, not the hash. This way we can survive
193+
;; service recreation.
189194
(with-output-to-string
190195
(with-current-buffer
191196
standard-output

0 commit comments

Comments
 (0)