Skip to content

Instantly share code, notes, and snippets.

@xcash
Created January 13, 2021 13:44
Show Gist options
  • Save xcash/97c5efd5bd33730bdd8975818c06c2f6 to your computer and use it in GitHub Desktop.
Save xcash/97c5efd5bd33730bdd8975818c06c2f6 to your computer and use it in GitHub Desktop.
Docker compose yaml for Docker Powered terminal
version: '2'
services:
console:
build: .
environment:
- HISTFILE=/root/.bash_history/.bash_history
volumes:
- ./consoledata:/console
- ./root/.bash_history:/root/.bash_history
- ./root/.aws:/root/.aws
- ./root/.kube:/root/.kube
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment