# Step 1 Download Cookbooks using Berkshelf $ chef exec berks vendor cookbooks # Step 2 Run Packer to build container $ packer build packer.json # Step 3 Load image into your docker daemon $ cat awscli-test.tar | docker import - awscli:test # Step 4 Execute the aws --version command from within the container $ docker run awscli:test aws --version aws-cli/1.8.2 Python/2.7.6 Linux/3.13.0-55-generic $