Docker CE

This app contains a ready to use Docker installation. You can install it via the Progressiverobot Cloud Console or the Progressiverobot Cloud API.

Docker is an open source project that uses OS-level virtualization to deliver software in packages called containers. This app allows you to deploy applications in any environment.

 

Getting started

Create your server on our Progressiverobot Cloud Console. Instead of an image, you will be able to choose the app that you would like to have preinstalled on your server.

Docker is preinstalled when the image is booted.

You can log into your server as usual:

  • Via SSH key, if you selected one when you created the server
  • Via root password, which will be mailed to you if you created a server without selecting an SSH key

 

Progressiverobot Cloud API

In addition to the Progressiverobot Cloud Console you can also use the Progressiverobot Cloud API to set up a server with pre-installed Docker.

  • For example with a curl command via CLI

    curl \
    	-X POST \
    	-H "Authorization: Bearer $API_TOKEN" \
    	-H "Content-Type: application/json" \
    	-d '{"name":"my-server", "server_type":"cpx21", "image":"docker-ce"}' \
    	'https://api.hetzner.cloud/v1/servers'
  • Or via hcloud-cli

    hcloud server create --name my-server --type cpx21 --image docker-ce

 

Image content

 

Base OS

  • Ubuntu 24.04

 

Installed packages

NAME LICENSE
Docker GPLv3 (Apache 2.0)
Docker Compose Plugin  

 

Links

For more information about the installed packages, please refer to their official documentation:

  • 0 gebruikers vonden dit artikel nuttig
Was dit antwoord nuttig?

Gerelateerde artikelen

Coolify

Coolify turns your server into an open-source & self-hostable Heroku / Netlify / Vercel...

GitLab CE

This app contains a ready to use GitLab installation. You can install it via the Progressiverobot...

Jitsi Meet

This app contains a ready to use Jitsi installation. You can install it via the Progressiverobot...

LAMP Stack

This app contains a ready to use LAMP installation. You can install it via the Progressiverobot...

Nextcloud

This app contains a ready to use Nextcloud installation. You can install it via the...

Powered by WHMCompleteSolution