FAQ document for Compose
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
0eba234c54
commit
3f39ffe72e
3 changed files with 143 additions and 1 deletions
|
|
@ -1,4 +1,6 @@
|
|||
#!/usr/bin/env python
|
||||
from __future__ import print_function
|
||||
|
||||
import datetime
|
||||
import os.path
|
||||
import sys
|
||||
|
|
@ -6,4 +8,4 @@ import sys
|
|||
os.environ['DATE'] = str(datetime.date.today())
|
||||
|
||||
for line in sys.stdin:
|
||||
print os.path.expandvars(line),
|
||||
print(os.path.expandvars(line), end='')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue