Skip to main content

An open source tool to build and manage containers.

Docker allows you to create virtualized sandboxes to run and deploy software called containers. Docker can create and use images pulled from a container registry to build the environment for code, libraries, system settings, and more. Docker containers are flexible enough to run services in their own separate environments or wrap entire applications and their dependencies in virtualized and shareable containers. Use Docker to explore ready-to-go containers for popular applications without worrying about dependencies.

Setting up Docker on your Linode is easier than ever by just pushing a button to start running the Docker Marketplace App.

Deploying a Marketplace App

The Linode Marketplace allows you to easily deploy software on a Compute Instance using the Cloud Manager. See Get Started with Marketplace Apps for complete steps.

  1. Log in to the Cloud Manager and select the Marketplace link from the left navigation menu. This displays the Linode Create page with the Marketplace tab pre-selected.
  2. Under the Select App section, select the app you would like to deploy.
  3. Complete the form by following the steps and advice within the Creating a Compute Instance guide. Depending on the Marketplace App you selected, there may be additional configuration options available. See the Configuration Options section below for compatible distributions, recommended plans, and any additional configuration options available for this Marketplace App.
  4. Click the Create Linode button. Once the Compute Instance has been provisioned and has fully powered on, wait for the software installation to complete. If the instance is powered off or restarted before this time, the software installation will likely fail.

To verify that the app has been fully installed, see Get Started with Marketplace Apps > Verify Installation. Once installed, follow the instructions within the Getting Started After Deployment section to access the application and start using it.

Note: Docker should be fully installed within 2-5 minutes after the Compute Instance has finished provisioning.

Configuration Options

  • Supported distributions: Debian 10, Debian 11, Ubuntu 22.04 LTS
  • Recommended minimum plan: All plan types and sizes can be used.

Docker Options

  • Resource to Download: The url to a hosted Dockerfile or docker-compose.yml file to be used to assemble an image as part of the application creation process.
  • Command to run: A Docker Command to be run as part of the application creation process.

Limited User (Optional)

You can optionally fill out the following fields to automatically create a limited user for your new Compute Instance. This is recommended for most deployments as an additional security measure. This account will be assigned to the sudo group, which provides elevated permission when running commands with the sudo prefix.

  • Limited sudo user: Enter your preferred username for the limited user.
  • Password for the limited user: Enter a strong password for the new user.
  • SSH public key for the limited user: If you wish to login as the limited user through public key authentication (without entering a password), enter your public key here. See Creating an SSH Key Pair and Configuring Public Key Authentication on a Server for instructions on generating a key pair.
  • Disable root access over SSH: To block the root user from logging in over SSH, select Yes (recommended). You can still switch to the root user once logged in and you can also log in as root through Lish.

Custom Domain (Optional)

If you wish to access your application using a custom domain, fill out the following fields.

  • Linode API Token: If you wish to use the Linode’s DNS Manager to manage DNS records for your custom domain, create a Linode API Personal Access Token on your account with Read/Write access to Domains. If this is provided along with the subdomain and domain fields (outlined below), the installation attempts to create DNS records via the Linode API. See Get an API Access Token. If you do not provide this field, you need to manually configure your DNS records through your DNS provider and point them to the IP address of the new instance.
  • Subdomain: The subdomain you wish to use, such as www for www.example.com.
  • Domain: The domain name you wish to use, such as example.com.
  • Do you need an MX record for this domain? Select Yes to create a basic MX record for the domain. Select No to create no MX records
  • Do you need an SPF record for this domain? Select Yes to create a basic SPF record for the domain. Select No to create no SPF records.

Getting Started after Deployment

Docker is now installed and ready to use. The following steps provide a sample application to get you started with an easy example to demonstrate some basic Docker functionality. It is not necessary for Docker set-up.

Deploy a Sample Application

After Docker has finished installing, you can access Docker from your terminal and deploy a sample application or any application that you intend on running.

  1. Log in to your Compute Instance via SSH or Lish using the limited user account you may have created during deployment. If you do not yet have one, login as the root user and create a limited user account.
  2. Locate the application or sample application you wish to deploy.
  3. Learn how to use Docker by running through the Docker for Beginners lab or by reading the documentation below:

The Docker Marketplace App was built by Linode. For support regarding app deployment, contact Linode Support via the information listed in the sidebar. For support regarding the tool or software itself, visit Docker Support.