Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
CRATE(5)		       File Formats Manual			CRATE(5)

NAME
     crate -- containerizer for FreeBSD

SYNOPSIS
     crate crate-specification.yml
	   ]
     crate crate-file.crate
	   ]

DESCRIPTION
     The  crate  utility  is a containerizer program that is able to create con-
     tainers from  container  definition  files,  and  then  run  containers  as
     processes that have no dependencies besides system functions in the kernel.

   Mechanism of action
     crate  uses  FreeBSD  jails to run containerized applications. It also uses
     ipfw(8)-based firewall rules to route network traffic in and  out	of  con-
     tainers.

   Invocation
     There  are  two basic operations that crate supports: create and run.  When
     crate is invoked with a crate definition file (having the .yml  extension),
     this  triggers  the  create  mode.  When crate is invoked with a crate file
     (having the .create extension), this triggers the run mode.

FreeBSD ports 15.quarterly	 August 8, 2019 			CRATE(5)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=crate&sektion=5&manpath=FreeBSD+Ports+15.1.quarterly>

home | help