Skip to content

rarmstro/dockerfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 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

Languages

  • Dockerfile 100.0%