-
Notifications
You must be signed in to change notification settings - Fork 881
example: add docker-image-builds + docker docs #1526
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Oh suh-weet! Now I have dev workspaces like never before. Also, when I tested Coder on Gitpod(Linux amd64 test machines for free), I saw a dashboard under WIP for images. Anything planned for that yet? |
And also, do they load your system up? Like, does building a Docker image take much storage? If it does, I am scared since the last time I got it to just 3 GB in a week(I use a 32 GB SD card for my Pi, it's good enough) was when I was out of station with my Pi. If it loads the SD card, is there a way to clear that storage? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thanks @bpmct!
You'll probably want to periodically run @im-coder-lg Can you keep the PR on-topic? If you have other questions, please ask in Discord 🙌🏼 |
Sorry, I got a bit excited. Will do if I get any. |
Co-authored-by: Katie Horne <katie@23spoons.com>
Co-authored-by: Katie Horne <katie@23spoons.com>
Co-authored-by: Katie Horne <katie@23spoons.com>
Co-authored-by: Katie Horne <katie@23spoons.com>
Co-authored-by: Katie Horne <katie@23spoons.com>
Co-authored-by: Katie Horne <katie@23spoons.com>
Co-authored-by: Katie Horne <katie@23spoons.com>
Co-authored-by: Katie Horne <katie@23spoons.com>
Co-authored-by: Katie Horne <katie@23spoons.com>
Co-authored-by: Katie Horne <katie@23spoons.com>
Co-authored-by: Katie Horne <katie@23spoons.com>
ugh i did something very strange. will investigate later today |
@bpmct just need to rebase or merge in latest main |
Co-authored-by: Katie Horne <katie@23spoons.com>
This PR introduces a few changes to the Docker example, and adds a new one:
docker-local
to dockerarch
admin parameter to support m1 and armv7 docker hostscodercom/enterprise-*
images (Bug: Can't use Docker locally ( RPi ) #1334)coder-image-builds
that builds images on the TF host, without a registry. Dockerfiles included :)I think this PR will help with usability for docker examples without adding too much complexity. I'm not sure about the optimal format for examples yet, but doing a few more in a similar way should help us give us some more clarity :)
Fixes #1526, #1334