SimpleDocker

v0.1.0

  • Pages
  • Modules
  • Mix Tasks

    SimpleDocker v0.1.0 SimpleDocker View Source

    Link to this section Summary

    Functions

    build(dockerfile, tag, stdio \\ false)
    cp(cid, source, dest, stdio \\ false)
    create(image, name, stdio \\ false)
    images(stdio \\ false)
    ps(all, stdio \\ false)
    push(image, stdio \\ false)
    rm(cid, stdio \\ false)
    rmi(image_id, stdio \\ false)
    tag(image, tag, stdio \\ false)

    Link to this section Functions

    Link to this function build(dockerfile, tag, stdio \\ false) View Source
    Link to this function cp(cid, source, dest, stdio \\ false) View Source
    Link to this function create(image, name, stdio \\ false) View Source
    Link to this function images(stdio \\ false) View Source
    Link to this function ps(all, stdio \\ false) View Source
    Link to this function push(image, stdio \\ false) View Source
    Link to this function rm(cid, stdio \\ false) View Source
    Link to this function rmi(image_id, stdio \\ false) View Source
    Link to this function tag(image, tag, stdio \\ false) View Source

    Built using ExDoc (v0.16.2), designed by Friedel Ziegelmayer.