cloudius-systems / capstan

Capstan, a tool for packaging and running your application on OSv. http://osv.io/capstan
Other
363 stars 82 forks source link

Align Capstanfile syntax to Docker file #106

Open tzach opened 10 years ago

tzach commented 10 years ago

Although Capstan and Docker differ in some aspect, they do share common functionality:

For users who are already familiar with Capstan file, having Capstan support a subset of Docker syntax will be useful

nivertech commented 10 years ago

Also there is a convention to write Dockerfile commands in upper case letters. But all Capstanfile examples I saw using lowercase commands. Having commands in uppercase makes it easier to visually separate commands from their arguments.