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
In example dApps Offer-up and dapp-agoric-basics, the docker container started by yarn start:docker command is specific to the dApp it is started in. One cannot start a different contract on a chain running in such a container. From developer experience point of view, it seems more reasonable that yarn start:docker only starts a docker container with a a3p instance running, and one should be able to deploy any of the example contracts on any such running container.
This is probably because of the limitations of how docker compose up works.
The text was updated successfully, but these errors were encountered:
In example dApps Offer-up and dapp-agoric-basics, the docker container started by
yarn start:docker
command is specific to the dApp it is started in. One cannot start a different contract on a chain running in such a container. From developer experience point of view, it seems more reasonable thatyarn start:docker
only starts a docker container with a a3p instance running, and one should be able to deploy any of the example contracts on any such running container.This is probably because of the limitations of how
docker compose up
works.The text was updated successfully, but these errors were encountered: