logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

runc-create - create a container

Description

       The  create  command  creates an instance of a container from a bundle.  The bundle is a directory with a
       specification file named config.json, and a root filesystem.

Name

runc-create - create a container

Options

--bundle|-bpath
              Path to the root of the bundle directory. Default is current directory.

       --console-socketpath
              Path to an AF_UNIX  socket which will receive a file descriptor referencing the master end of  the
              console's                   pseudoterminal.                    See                  docs/terminals
              ⟨https://github.com/opencontainers/runc/blob/master/docs/terminals.md⟩.

       --pid-filepath
              Specify the file to write the initial container process' PID to.

       --no-pivot
              Do not use pivot root to jail process inside rootfs. This should not be used except in exceptional
              circumstances, and may be unsafe from the security standpoint.

       --no-new-keyring
              Do not create a new session keyring for the container. This will cause the  container  to  inherit
              the calling processes session key.

       --preserve-fdsN
              Pass N additional file descriptors to the container (stdio + $LISTEN_FDS + N in total). Default is
              0.

See Also

runc-spec(8), runc-start(8), runc(8).

                                                                                                  runc-create(8)

Synopsis

runccreate [option ...] container-id

See Also