amazon ec2 - docker: possible to create a single file with binaries and packages installed? -


Actually I want to make a "snapshot" of my current Ubuntu box, which compiled binary and various apt-derived packages Have done this on I want to make it a doc as a file, which I can deliver in my AWS EC2 examples which will be stored on the S3 bucket which will be mounted by ec2.

Is this possible, and how do you start?

You will not be able to take a snapshot of an existing box and use it as a docker container, but you Of course, you can create a container to use on your EC2 instances.

  1. Create the system in the same way that you want
  2. Once you make the perfect docfiler,
  3. Upload to S3
  4. On your EC2 examples, download the tarball and.

    Do you plan to use some sort of s3fs to mount an S3 bucket? Otherwise, you can simply copy the tarball from your bucket, either during the user's data boot script or during the chef / puppet / responsive provision phase. Depending on how you want to configure it.

Comments

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -