Skip to content

Add carme ssh command #52

@aeksco

Description

@aeksco

As per a discussion I had with @jkuruzovich we've agreed it would be interesting to add a new command:

carme ssh

The carme ssh command is designed to be run in either a Carme project directory, or an arbitrary directory containing python code. The command does the following:

  1. Start a new Docker container using the available or default image
  2. Mount the current directory into the container
  3. Connect the user's terminal session to the container

Questions we will need to address:

  • What happens if a carme container is already running?
  • What if a user wants port mapping?

Other questions will arise I'm sure - feel free to leave any comments below!

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions