Skip to content

dtpike/dockerfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Usage

To build the image, run docker build and pass build arguments for base image and username. Example

$ docker build -t image_name:image_tag \
        --build-arg BASE=ubuntu/xenial \
        --build-arg USER=username \
        /path/to/dockerfile

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published