container

package container

Type members

Classlikes

object Docker

Copyright (C) 2017 Jonathan Passerat-Palmbach

Copyright (C) 2017 Jonathan Passerat-Palmbach

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

case
class Err(msg: String)
object Extractor
case
class FlatImage(file: File, workDirectory: Option[String], env: Option[List[String]], layers: Vector[String], command: Option[String])
Companion
object
object FlatImage
Companion
class
object Hash
Companion
class
class NetworkService(val httpProxy: Option[HttpHost])
Companion
object
object OCI
object Proot
object Registry
case
class RegistryImage(name: String, tag: String, registry: String, command: Seq[String])
case
class SavedImage(file: File)
object Status
object Stream
object Test extends App
class UserBadDataError(exception: Throwable, val message: String) extends Exception