Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A smart web tool to generate best-practice Dockerfile based on your input information.

Notifications You must be signed in to change notification settings

yeasy/dockerfileGen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

25 Commits

Repository files navigation

dockerfileGen

A smart web-based tool to generate best-practical Dockerfile based on user input information.

Thanks all contributors.

Revision History

  • v0.2: 2015年07月12日
    • Finish most Dockerfile commands.
  • v0.1: 2015年06月12日
    • Finish the basic framework.

Feature

  • Open to use without any third-party lib
  • Automatically format and adjust the Dockerfile instructions
  • Download the generated Dockerfile (TODO)

Installation

git clone https://github.com/yeasy/dockerfileGen.git

Then open index.html using any web browser (Google Chrome is recommended).

Snapshot

snapshot

Design

Philosophies

  • Keep it simple, and open for use.
  • Reduce human efforts.

Techniques

Contribution

Steps

  • Fork the project as your own repository, e.g., user/dockerfileGen, then clone it to local server and set basic information.
$ git clone git@github.com:user/dockerfileGen.git
$ cd dockerfileGen
$ git config user.name "User"
$ git config user.email user@email.com
  • Do some change and the commit to your own repository.
$ git commit -am "Fix issue #1: change helo to hello"
$ git push
  • Send a PR (Pull Request) in the Github website.
  • Keep synchronized with the official repository.
$ git remote add upstream https://github.com/yeasy/dockerfileGen
$ git fetch upstream
$ git checkout master
$ git rebase upstream/master
$ git push -f origin master

About

A smart web tool to generate best-practice Dockerfile based on your input information.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

Languages

AltStyle によって変換されたページ (->オリジナル) /