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
After following all the steps, no error, when I have to run this code:
You can execute these scripts using the following commands:
cat app/connector/mypostgres/01_ecommerce_schema.sql | docker exec -i mypostgres-postgres-1 psql -U user -d dev
cat app/connector/mypostgres/02_ecommerce_data.sql | docker exec -i mypostgres-postgres-1 psql -U user -d dev
I get this error:
Error response from daemon: No such container: mypostgres-postgres-1
Error response from daemon: No such container: mypostgres-postgres-1
Not sure what's wrong
The text was updated successfully, but these errors were encountered:
After following all the steps, no error, when I have to run this code:
I get this error:
Error response from daemon: No such container: mypostgres-postgres-1
Error response from daemon: No such container: mypostgres-postgres-1
Not sure what's wrong
The text was updated successfully, but these errors were encountered: