bash: C:/Program: No such file or directory
问题 I am new to Docker, Debezium, Bash, and Kafka. I am attempting to run the Debezium tutorial/example for MSSQL Server on Windows 10 here: https://github.com/debezium/debezium-examples/blob/master/tutorial/README.md#using-sql-server I am able to start the topology, per step one. However, when I go to step two and execute the following command: cat debezium-sqlserver-init/inventory.sql | docker exec -i tutorial_sqlserver_1 bash -c '/opt/mssql-tools/bin/sqlcmd -U sa -P $SA_PASSWORD' I get the