Trung™
Trung™
CCoder.com
Created by Trung™ on 6/8/2024 in #help
PostGres error
No description
45 replies
CCoder.com
Created by Trung™ on 6/2/2024 in #help
code-server python extension bypass.
Hey I am using python extension. But its limiting and syntax hilighting doesn't works. Many issues said Pylance refused to work for VScode unofficial clone. How can I use Pylance and other official Python extensions with full functionalities?
7 replies
CCoder.com
Created by Trung™ on 6/1/2024 in #help
Update code-server in Coder V2
How to upgrade/update them up-to-date
16 replies
CCoder.com
Created by Trung™ on 5/21/2024 in #help
limiting resources on docker container workspaces
How to limit resources on docker workspace
20 replies
CCoder.com
Created by Trung™ on 4/22/2024 in #help
Unable to create docker
This is error log:
Initializing provider plugins...
- Finding latest version of coder/coder...
- Finding latest version of kreuzwerker/docker...
- Installing kreuzwerker/docker v3.0.2...
- Installed kreuzwerker/docker v3.0.2 (self-signed, key ID ...)
- Installing coder/coder v0.21.0...
- Installed coder/coder v0.21.0 (signed by a HashiCorp partner, key ID ....)
Partner and community providers are signed by their developers.
If you'd like to know more about provider signing, you can read about it here:
https://www.terraform.io/docs/cli/plugins/signing.html
Terraform has created a lock file .terraform.lock.hcl to record the provider selections it made above. Include this file in your version control repository so that Terraform can guarantee to make the same selections by default when you run "terraform init" in the future.
Terraform has been successfully initialized!
You may now begin working with Terraform. Try running "terraform plan" to see any changes that are required for your infrastructure. All Terraform commands should now work. If you ever set or change modules or backend configuration for Terraform, rerun this command to reinitialize your working directory. If you forget, other commands will detect it and remind you to do so if necessary. Terraform data.coder_provisioner.me: Refreshing...06:33:39.512data.coder_workspace.me: Refreshing...06:33:39.516data.coder_workspace.me: Refresh complete after 0s [id=]data.coder_provisioner.me: Refresh complete after 0s [id=]coder_agent.main: Plan to create06:33:39.542coder_app.code-server: Plan to create06:33:39.542Plan: 2 to add, 0 to change, 0 to destroy.06:33:39.548Error: Error pinging Docker server: Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get "http://%2Fvar%2Frun%2Fdocker.sock/_ping": dial unix /var/run/docker.sock: connect: permission denied06:33:39.548on main.tf line 19, in provider "docker":06:33:39.548 19: provider "docker" {
Initializing provider plugins...
- Finding latest version of coder/coder...
- Finding latest version of kreuzwerker/docker...
- Installing kreuzwerker/docker v3.0.2...
- Installed kreuzwerker/docker v3.0.2 (self-signed, key ID ...)
- Installing coder/coder v0.21.0...
- Installed coder/coder v0.21.0 (signed by a HashiCorp partner, key ID ....)
Partner and community providers are signed by their developers.
If you'd like to know more about provider signing, you can read about it here:
https://www.terraform.io/docs/cli/plugins/signing.html
Terraform has created a lock file .terraform.lock.hcl to record the provider selections it made above. Include this file in your version control repository so that Terraform can guarantee to make the same selections by default when you run "terraform init" in the future.
Terraform has been successfully initialized!
You may now begin working with Terraform. Try running "terraform plan" to see any changes that are required for your infrastructure. All Terraform commands should now work. If you ever set or change modules or backend configuration for Terraform, rerun this command to reinitialize your working directory. If you forget, other commands will detect it and remind you to do so if necessary. Terraform data.coder_provisioner.me: Refreshing...06:33:39.512data.coder_workspace.me: Refreshing...06:33:39.516data.coder_workspace.me: Refresh complete after 0s [id=]data.coder_provisioner.me: Refresh complete after 0s [id=]coder_agent.main: Plan to create06:33:39.542coder_app.code-server: Plan to create06:33:39.542Plan: 2 to add, 0 to change, 0 to destroy.06:33:39.548Error: Error pinging Docker server: Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get "http://%2Fvar%2Frun%2Fdocker.sock/_ping": dial unix /var/run/docker.sock: connect: permission denied06:33:39.548on main.tf line 19, in provider "docker":06:33:39.548 19: provider "docker" {
22 replies