# Containerize on Colima?

**URL:** https://discourse.flox.dev/t/containerize-on-colima/1118
**Category:** Help
**Created:** [April 8, 2025, 11:25pm UTC](https://discourse.flox.dev/t/containerize-on-colima/1118 "2025-04-08T23:25:47Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![sebb3](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.flox.dev/sebb3/32/756_2.png) [@sebb3](https://discourse.flox.dev/u/sebb3)
#### Post date: [April 8, 2025, 11:25pm UTC](https://discourse.flox.dev/t/containerize-on-colima/1118/1 "2025-04-08T23:25:47Z")

</div>

Hi!

After reading your blog about colima on macos I decided to uninstall docker and give it a try. However, I’m failing to run flox containerize.  
This is the error I’m getting:  
❌ ERROR: container source command unsuccessful

stderr:  
docker: Error response from daemon: invalid mount config for type “bind”: bind source path does not exist

Is it not possible to build containers without the docker engine?

---

<div class="post-metadata">

### Author: ![bryanhonof](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.flox.dev/bryanhonof/32/696_2.png) [@bryanhonof](https://discourse.flox.dev/u/bryanhonof)
#### Post date: [April 9, 2025, 2:06pm UTC](https://discourse.flox.dev/t/containerize-on-colima/1118/2 "2025-04-09T14:06:56Z")

</div>

I’m going off on a hunch here, but I think this has to do with [Colima mounting volumes as empty if they’re not part of `/tmp/colima` for `/User/$USER`](https://github.com/abiosoft/colima/blob/main/docs/FAQ.md#issue-with-docker-bind-mount-showing-empty). Let me double-check with the engineering team which paths are actually being mounted.

Also, does it give you the path it tried to bind? Or is this the whole error you’re getting?

---

<div class="post-metadata">

### Author: ![sebb3](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.flox.dev/sebb3/32/756_2.png) [@sebb3](https://discourse.flox.dev/u/sebb3)
#### Post date: [May 8, 2025, 5:16pm UTC](https://discourse.flox.dev/t/containerize-on-colima/1118/3 "2025-05-08T17:16:27Z")

</div>

Thanks, this was the problem!  
I was running it outside my home-folder, due to some symlink issue. Moving everything into the home-folder solved the problem!
