mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 17:47:22 +00:00
* docs: fix lint markdown style issues Signed-off-by: Anders F Björklund <anders.f.bjorklund@gmail.com>
16 lines
919 B
Markdown
16 lines
919 B
Markdown
---
|
|
sidebar_position: 25
|
|
title: Migrating from Docker
|
|
description: Migrate transparently from Docker to Podman, and continue using familiar workflows.
|
|
keywords: [podman desktop, podman, containers, migrating, docker]
|
|
tags: [migrating-from-docker]
|
|
---
|
|
|
|
# Migration from Docker to Podman Desktop
|
|
|
|
If you have used Docker in the past, you can continue using familiar workflows with the Docker compatibility feature of Podman Desktop.
|
|
|
|
Docker compatibility is a way to configure an environment in which you can run your Docker applications, commands, and tools on a Podman engine without reconfiguration. It encompasses two stages:
|
|
|
|
- [Import your saved containers](/docs/migrating-from-docker/importing-saved-containers) into Podman Desktop using CLI.
|
|
- [Access the Docker Compatibility settings](/docs/migrating-from-docker/managing-docker-compatibility) to configure a Docker-compatible environment based on your needs.
|