Fuglen
Fuglen
CCoder.com
Created by Fuglen on 5/17/2023 in #help
Permission denied creating first template
Nice spotted, sorry for the inconvenience guys 🙈
22 replies
CCoder.com
Created by Fuglen on 5/17/2023 in #help
Permission denied creating first template
Updated my fix 🙂
22 replies
CCoder.com
Created by Fuglen on 5/17/2023 in #help
Permission denied creating first template
At that time I didn't care much and I no longer use Docker 😅
22 replies
CCoder.com
Created by Fuglen on 5/17/2023 in #help
Permission denied creating first template
I'm glad my update helped you, I hope you didn't use hours on this error like us? 😂
22 replies
CCoder.com
Created by Fuglen on 5/17/2023 in #help
Permission denied creating first template
There might be, but what error do you get?
22 replies
CCoder.com
Created by Fuglen on 5/17/2023 in #help
Permission denied creating first template
No description
22 replies
CCoder.com
Created by Fuglen on 5/17/2023 in #help
Permission denied creating first template
Initializing the backend...
Initializing provider plugins...
- Finding coder/coder versions matching "~> 0.7.0"...
- Finding kreuzwerker/docker versions matching "~> 3.0.1"...
- Installing coder/coder v0.7.0...
- Installed coder/coder v0.7.0 (signed by a HashiCorp partner, key ID 93C75807601AA0EC)
- Installing kreuzwerker/docker v3.0.2...
- Installed kreuzwerker/docker v3.0.2 (self-signed, key ID BD080C4571C6104C)
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 1.4.6
data.coder_workspace.me: Refreshing...
data.coder_provisioner.me: Refreshing...
data.coder_workspace.me: Refresh complete after 0s [id=bfb835aa-aff7-44ed-bd6b-75c8b0908cb0]
data.coder_provisioner.me: Refresh complete after 0s [id=62831a34-210b-4713-ac2c-1b25b8ed848c]
coder_agent.main: Plan to create
coder_app.code-server: Plan to create
Plan: 2 to add, 0 to change, 0 to destroy.
Error: 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 denied
on main.tf line 21, in provider "docker":
21: provider "docker" {
Initializing the backend...
Initializing provider plugins...
- Finding coder/coder versions matching "~> 0.7.0"...
- Finding kreuzwerker/docker versions matching "~> 3.0.1"...
- Installing coder/coder v0.7.0...
- Installed coder/coder v0.7.0 (signed by a HashiCorp partner, key ID 93C75807601AA0EC)
- Installing kreuzwerker/docker v3.0.2...
- Installed kreuzwerker/docker v3.0.2 (self-signed, key ID BD080C4571C6104C)
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 1.4.6
data.coder_workspace.me: Refreshing...
data.coder_provisioner.me: Refreshing...
data.coder_workspace.me: Refresh complete after 0s [id=bfb835aa-aff7-44ed-bd6b-75c8b0908cb0]
data.coder_provisioner.me: Refresh complete after 0s [id=62831a34-210b-4713-ac2c-1b25b8ed848c]
coder_agent.main: Plan to create
coder_app.code-server: Plan to create
Plan: 2 to add, 0 to change, 0 to destroy.
Error: 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 denied
on main.tf line 21, in provider "docker":
21: provider "docker" {
22 replies