Creating custom image from Digitalocean droplet is bothering you ? We are here to help you.
Bobcares, as part of our DigitalOcean Managed Service, responds to all inquiries, big or small.
Let’s have a look at how our Support team helped a customer create a custom image from a Digitalocean droplet.
Creating Custom Image from Digitalocean Droplet
The Custom Images feature in DigitalOcean allows us to import virtual disc images from an on-premises environment or another cloud platform and use them to start DigitalOcean Droplets. We can migrate and scale our workloads with Custom Images instead of having to recreate our environment from scratch. We choose a region for a custom image to be available in when we upload it. We can make Droplets in that region based on a custom image, and we can make our custom image available in other regions at any time.
Follow the below steps to create a custom image:-
- Firstly, log in to the DigitalOcean control panel.
- Then, select Create, and then Droplets.
- Select the image Ubuntu 16.04.3 x64.
- On Standard Droplets, select the smallest size.
- Then, choose a datacenter location.
- Use mykey as our SSH key.
- Then, click on Create.
- Get the IP and enter this command in a terminal:
ssh root@ipaddress
- Then, run the following commands one by one to install the proxy.
curl --silent --location https://deb.nodesource.com/setup_8.x | sudo bash -
sudo apt-get install --yes nodejs
curl --silent --location https://raw.githubusercontent.com/fabienvauchelles/scrapoxy/master/tools/install/proxy.js | sudo tee /root/proxy.js > /dev/null
curl --silent --location https://raw.githubusercontent.com/fabienvauchelles/scrapoxy/master/tools/install/proxyup.sh | sudo tee /etc/init.d/proxyup.sh > /dev/null
sudo chmod a+x /etc/init.d/proxyup.sh
sudo update-rc.d proxyup.sh defaults
sudo /etc/init.d/proxyup.sh start
- Then, stop the last command (CTRL+C)
- Turn of the droplet. When the droplet is turned off, the green icon disappears.
Create a backup
- Firstly, select Images
- Then, select our droplet.
- Enter forward-proxy in Image Name
- Finally, click on Take Snapshot
After a few moments, the new image will appear.
[Looking for a solution to another query? We are just a click away.]
Conclusion
To sum up, our Support team demonstrated how to create a custom image from a Digitalocean droplet.
PREVENT YOUR SERVER FROM CRASHING!
Never again lose customers to poor server speed! Let us help you.
Our server experts will monitor & maintain your server 24/7 so that it remains lightning fast and secure.
0 Comments