You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var builder = new Builder()
.UseContainer()
.UseCompose()
.FromFile(file)
.RemoveOrphans()
.WaitForHttp("eventstore", "http://localhost:2113", timeout: 60000)
.Build();
Results in :
Could not create composite service with file(s) /Users/xxx/Git/Phoenix/Rota.Api.IntegrationTests/bin/Debug/net6.0/../../../../docker-compose.yml - result: Usage: docker compose [OPTIONS] COMMAND
Docker Compose
Options:
--ansi string Control when to print ANSI control
characters ("never"|"always"|"auto")
(default "auto")
--compatibility Run compose in backward compatibility mode
--env-file string Specify an alternate environment file.
-f, --file stringArray Compose configuration files
--profile stringArray Specify a profile to enable
--project-directory string Specify an alternate working directory
(default: the path of the Compose file)
-p, --project-name string Project name
Commands:
build Build or rebuild services
convert Converts the compose file to platform's canonical format
cp Copy files/folders between a service container and the local filesystem
create Creates containers for a service.
down Stop and remove containers, networks
events Receive real time events from containers.
exec Execute a command in a running container.
images List images used by the created containers
kill Force stop service containers.
logs View output from containers
ls List running compose projects
pause Pause services
port Print the public port for a port binding.
ps List containers
pull Pull service images
push Push service images
restart Restart containers
rm Removes stopped service containers
run Run a one-off command on a service.
start Start services
stop Stop services
top Display the running processes
unpause Unpause services
up Create and start containers
version Show the Docker Compose version information
Same code works fine on windows and on mac, I think it's something to do with a slight difference in the ARM64 M1 implementation, happy to look into it at some point. However thought I'd ask the question on the off chance that someone else has seen this.
The text was updated successfully, but these errors were encountered:
Running the following :
Results in :
Same code works fine on windows and on mac, I think it's something to do with a slight difference in the ARM64 M1 implementation, happy to look into it at some point. However thought I'd ask the question on the off chance that someone else has seen this.
The text was updated successfully, but these errors were encountered: