---
title: "backup distrobox image"
description: "Today I'm upgrading my distrobox, but don't want to end up in a situation where I can't get anything done becauase I work out of my distrobox."
date: 2025-04-09
published: true
tags:
  - linux
  - containers
  - distrobox
template: blog-post
---


Today I'm upgrading my distrobox, but don't want to end up in a situation where
I can't get anything done becauase I work out of my distrobox.

``` bash
distrobox ls
distrobox stop devtainer
distrobox create --clone devtainer --name devtainer-20250409
distrobox enter devtainer
```
