As per a discussion I had with @jkuruzovich we've agreed it would be interesting to add a new command:
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:
- Start a new Docker container using the available or default image
- Mount the current directory into the container
- 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!
As per a discussion I had with @jkuruzovich we've agreed it would be interesting to add a new command:
The
carme sshcommand is designed to be run in either a Carme project directory, or an arbitrary directory containing python code. The command does the following:Questions we will need to address:
Other questions will arise I'm sure - feel free to leave any comments below!