| by Scott Kilroy | No comments

Export a docker container

Export a container (for use with amazon web services for example) by running the following command:
docker export CONTAINERNAME > NAME.tar
for example docker export fsk-apache > fsk-apache.tar

Share Button

Leave a Reply