Attach to a running container:
docker exec -i -t <container> /bin/bash
Run networking tools:
docker run -d praqma/network-multitool --name netshoot
docker exec -it netshoot /bin/bash
Attach to a running container:
docker exec -i -t <container> /bin/bash
Run networking tools:
docker run -d praqma/network-multitool --name netshoot
docker exec -it netshoot /bin/bash
Create a tag | git tag -a 1.0.0 -m "First release" |
Delete a remote tag | git push --delete main 1.0.0 |
Remove all commit history and set the code as the only commit |
|
You can write an application that uses Event Sourcing using code like the asos-eventsourcing and SimpleEventStore.
However, you can take advantage of the built-in event sourcing capabilities of Durable Functions.