Welcome to the documentation for dockerdo !¶

Source code on github: https://github.com/waino/dockerdo

Documentation on readthedocs: https://dockerdo.readthedocs.io/en/latest/?version=latest

Contents:

  • Requirements
  • Installation
  • Concept
    • The three systems
    • Use case: remote development
    • Use case: Dockerfile development
  • Commands
    • dockerdo install
    • dockerdo init
    • dockerdo overlay
    • dockerdo build
    • dockerdo push
    • dockerdo run
    • dockerdo export
    • dockerdo exec (alias dodo)
    • dockerdo status
    • dockerdo stop
    • dockerdo history
    • dockerdo rm
  • User Configuration
    • always_interactive
    • always_record_inotify
    • default_distro
    • default_docker_registry
    • default_docker_run_args
    • default_image
    • default_image_name_template
    • default_remote_delay
    • default_remote_host
    • ssh_key_path
  • Session Configuration
    • base_image
    • container_name
    • container_state
    • container_username
    • distro
    • docker_registry
    • docker_run_args
    • env
    • image_tag
    • local_work_dir
    • name
    • record_inotify
    • remote_delay
    • remote_host
    • remote_host_build_dir
    • session_dir
    • ssh_port_on_remote_host
  • Examples
    • Basic usage
    • Remote session with bells and whistles
  • Step-by-step example of ssh connections
  • Wouldn’t it be nice
  • Caveats

Features¶

  • Uses ssh for remote execution, allowing seamless proxy jumps all the way from your local machine.

  • Uses sshfs to make the container filesystem as easy to access as your local disk.

Demo image¶

Click to enlarge

_images/demo.png

Indices and tables¶

  • Index

  • Module Index

  • Search Page

dockerdo

Navigation

Contents:

  • Requirements
  • Installation
  • Concept
  • Commands
  • User Configuration
  • Session Configuration
  • Examples
  • Step-by-step example of ssh connections
  • Wouldn’t it be nice
  • Caveats

Related Topics

  • Documentation overview
    • Next: Requirements
©2025, Stig-Arne Grönroos. | Powered by Sphinx 8.2.3 & Alabaster 1.0.0 | Page source