mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Expand experimental things.
This commit is contained in:
@@ -5,6 +5,9 @@
|
||||
echo '{"experimental":true}' | sudo tee /etc/docker/daemon.json
|
||||
sudo service docker restart
|
||||
docker version -f '{{.Server.Experimental}}'
|
||||
|
||||
echo '{"experimental":"enabled"}' | sudo tee $HOME/.docker/config.json
|
||||
|
||||
docker version
|
||||
|
||||
if [ "$TRAVIS_BRANCH" == "develop" ]; then
|
||||
|
Reference in New Issue
Block a user