p

container

package container

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. container
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class Err(msg: String) extends Product with Serializable
  2. case class FlatImage(file: File, workDirectory: Option[String], env: Option[List[String]], layers: Vector[String], command: Option[String] = None) extends Product with Serializable
  3. class NetworkService extends AnyRef
  4. case class RegistryImage(name: String, tag: String = "latest", registry: String = "https://registry-1.docker.io", command: Seq[String] = Seq()) extends Product with Serializable
  5. case class SavedImage(file: File) extends Product with Serializable
  6. class UserBadDataError extends Exception

Value Members

  1. object CharlieCloud
  2. object Docker
  3. object DockerMetadata

    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/>.

  4. object Extractor
  5. object FlatImage extends Serializable
  6. object Hash
  7. object ImageBuilder
  8. object ImageDownloader
  9. object InternetProtocol
  10. object NetworkService
  11. object OCI
  12. object ProcessUtil
  13. object Proot
  14. object Registry
  15. object Singularity
  16. object Status
  17. object Stream
  18. object Test extends App

Inherited from AnyRef

Inherited from Any

Ungrouped