Add docker file templates
This commit is contained in:
parent
e4f9c9fdc6
commit
491b3c8441
2 changed files with 19 additions and 0 deletions
4
private/templates/dockerfile-mode/__
Normal file
4
private/templates/dockerfile-mode/__
Normal file
|
@ -0,0 +1,4 @@
|
|||
FROM ${1:phusion/baseimage:latest}
|
||||
MAINTAINER ${2:Henrik Lissner <henrik@lissner.net>}
|
||||
|
||||
$0
|
Loading…
Add table
Add a link
Reference in a new issue