Skip to content

Latest commit

 

History

History

build-using-dockerfile

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

build-using-dockerfile example

The build-using-dockerfile CLI is just provided as an example for writing a DevKit client application.

For people familiar with docker build command, build-using-dockerfile is provided as an example for building Dockerfiles with DevKit using a syntax similar to docker build.

go get .

build-using-dockerfile -t myimage /path/to/dir

# build-using-dockerfile will automatically load the resulting image to Docker
docker inspect myimage