www.LinuxHowtos.org





DOCKER

Section: Docker User Manuals (1)
Updated: Jun 2025
Index Return to Main Contents

 

NAME

docke-export- Export a container's filesystem as a tar archive

 

SYNOPSIS

docker export [OPTIONS] CONTAINER

 

DESCRIPTION

Alias for docker container export.

 

OPTIONS

-o, -output=""         Write to a file, instead of STDOUT

 

SEE ALSO

docker(1)


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
SEE ALSO