Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Docker DiaryNew to Visual Studio Code? Get it now.
Docker Diary

Docker Diary

Jon Radchenko

|
5,579 installs
| (1) | Free
Save commands you run in a container into a valid Dockerfile
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Docker Diary

Keep track of the commands run in a container by saving them as a valid Dockerfile

Demo

Warning

This is an alpha release of a tool I built for myself. It is not meant to be used to build real dockerfiles, but rather to help iterate faster. You will still have to optimize the dockerfiles yourself.

Installation

Install Docker on your machine and add it to the system path.

On Linux, you should also enable Docker CLI for the non-root user account that will be used to run VS Code.

Features

  • Ignores failing commands
  • Settings working directory when directory has changed

Requirements

  • Base image must use bash as the default shell

Extension Settings

Known Issues

  • Many

Release Notes

0.0.1

  • Initial release
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft