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
&& go get -v -u github.com/metacurrency/holochain; \
cd ~developer/holochain \
&& (make; true) && make bs'
# note that on xhyve (MacOs and Windows), volume access can be slow
VOLUME /home
# If you do have it on a volume, but not one exported from xhyve, you can bind mount and
# backup data from a container's volume like this:
#sudo docker run --rm --volumes-from my_container -v ~/container_backups/:/backup busybox tar cvzf /backup/contentservices_back.tgz home/webapp
# run tests in a container:
# docker run -t holochain:developer su - developer -c "source /etc/developer.env_vars; cd ~developer/holochain; time go get -t; time go test -v ./... || exit 1"