Skip to content
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

Compose with nerdctl ? #574

Open
luizhpriotto opened this issue Apr 19, 2024 · 1 comment
Open

Compose with nerdctl ? #574

luizhpriotto opened this issue Apr 19, 2024 · 1 comment

Comments

@luizhpriotto
Copy link

How can I use the nerdctl extension with "docker-compose"?

Something like:

load('ext://nerdctl', 'nerdctl_build')
docker_compose('docker-compose.yml')
nerdctl_build('testimage', context='.', dockerfile='Dockerfile',
  live_update = [
    sync('.', '/var/www/html')
  ])

Thanks,

@nicks
Copy link
Member

nicks commented May 2, 2024

i haven't tried it, but i don't see any reason why it wouldn't work if you have nerdctl compose symlinked correctly as docker compose. what happened when you ran that tiltfile? what did you expect to happen?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants