This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Command to run vscode server in Kubernetes. | |
# derived from | |
# docker run -it -p 127.0.0.1:8443:8443 -v "${PWD}:/home/coder/project" codercom/code-server --allow-http --no-auth | |
kind: PersistentVolumeClaim | |
apiVersion: v1 | |
metadata: | |
name: coder-ide-vol | |
spec: | |
accessModes: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export PS1="[\u@\h:\w]\n\\$ \[$(tput sgr0)\]" |
NewerOlder