Seirjin
CCoder.com
•Created by Seirjin on 6/23/2024 in #help
Jetbrains Toolbox stuck on waiting for backend
just removed everything and reconfigured
8 replies
CCoder.com
•Created by Seirjin on 6/23/2024 in #help
Jetbrains Toolbox stuck on waiting for backend
sorry for late reply, just made a new run of the contains and now it works with all the IDE of jetbrains
8 replies
CCoder.com
•Created by Seirjin on 6/23/2024 in #help
Jetbrains Toolbox stuck on waiting for backend
Yep
8 replies
CCoder.com
•Created by Seirjin on 5/30/2024 in #help
Docker windows, default template error on the template creation
Well the problem that the use ports wasn't shown because I forgot to add wildcard on the docker environment
39 replies
CCoder.com
•Created by Seirjin on 5/30/2024 in #help
Docker windows, default template error on the template creation
What is strange is that on another laptop that I used coder on windows docker(older version of docker) it worked without any problem like both 4200 and 8090 were accessible from localhost
39 replies
CCoder.com
•Created by Seirjin on 5/30/2024 in #help
Docker windows, default template error on the template creation
The default template includes visual code I didn't feel the need to add another one.
Now since I'm trying to run two applications on the same docker container I thought that it was possible to just open the ports so they can be accessible from localhost
39 replies
CCoder.com
•Created by Seirjin on 5/30/2024 in #help
Docker windows, default template error on the template creation
Is there any docs that I can follow
39 replies
CCoder.com
•Created by Seirjin on 5/30/2024 in #help
Docker windows, default template error on the template creation
Well I'm trying to open ports on visual code (4200 and 8090) the backend is accessible 8090 but 4200 isn't working
39 replies
CCoder.com
•Created by Seirjin on 5/30/2024 in #help
Docker windows, default template error on the template creation
I want to forward ports from the container to my localhost so if I have port 4200 on docker container I want to access it on my localhost idk if this makes sense
39 replies
CCoder.com
•Created by Seirjin on 5/30/2024 in #help
Docker windows, default template error on the template creation
Oss ?
39 replies
CCoder.com
•Created by Seirjin on 5/30/2024 in #help
Docker windows, default template error on the template creation
One more question regarding open ports that is on the docs https://coder.com/docs/networking/port-forwarding is a part use ports but I don't see it on mine, it is only on the enterprise version ?
39 replies
CCoder.com
•Created by Seirjin on 5/30/2024 in #help
Docker windows, default template error on the template creation
Ok thank you
39 replies
CCoder.com
•Created by Seirjin on 5/30/2024 in #help
Docker windows, default template error on the template creation
Oh ok thank you
39 replies
CCoder.com
•Created by Seirjin on 5/30/2024 in #help
Docker windows, default template error on the template creation
ok now was able to create the container
when i added
user: ${PUID}:${PGID}
environment:
PUID: ${PUID} # <--- NEEDED
PGID: ${PGID} # <--- NEEDED
even tho i didnt give them value it allowed me
39 replies
CCoder.com
•Created by Seirjin on 5/30/2024 in #help
Docker windows, default template error on the template creation
since im on windows cant update the group_add
39 replies
CCoder.com
•Created by Seirjin on 5/30/2024 in #help
Docker windows, default template error on the template creation
well now that i retried to build again it gave me the errros that are above and also :
The attribute "owner" is deprecated. Refer to the provider documentation for details.
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 19, in provider "docker":
19: provider "docker" {
39 replies
CCoder.com
•Created by Seirjin on 5/30/2024 in #help
Docker windows, default template error on the template creation
Got the docker compose from GitHub so I believe the latest
39 replies
CCoder.com
•Created by Seirjin on 5/30/2024 in #help
Docker windows, default template error on the template creation
Sorry
39 replies
CCoder.com
•Created by Seirjin on 5/30/2024 in #help
Docker windows, default template error on the template creation
Yes
39 replies
CCoder.com
•Created by Seirjin on 5/30/2024 in #help
Docker windows, default template error on the template creation
Haven't made my own
39 replies