Skip to content

Commit

Permalink
Add term type environment to docker-enter script (#35)
Browse files Browse the repository at this point in the history
Add term type environment to docker-enter script (fix #34)
  • Loading branch information
ericpai committed May 27, 2016
1 parent 27896fc commit ba17fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/roles/docker/files/docker-enter
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

docker exec -it $1 bash
docker exec -it $1 env TERM=$TERM bash

0 comments on commit ba17fef

Please sign in to comment.