The docker-snap has a new maintainer and a new home @ github.com/docker-snap/docker-snap, please direct inquiries or issues there going forward, thanks!
Original post:
Hi all,
I’ve uploaded version 18.06 of the docker snap to the latest/candidate
channel and would like to promote to stable shortly. It is available to install on all platforms with:
sudo snap install docker --candidate
If you run into any problems with this revision, please comment here.
A short list of updates to the snap:
- the version of docker has been updated to 18.06-ce
- git is now included in the snap so that you can build from git URL’s directly
- the daemon config file is specified directly when launching, so any changes to this config file (located at
$SNAP_DATA/config/daemon.json
) are included - zfs-tools is now included in the snap, this should enable one to use zfs backend storage driver, however this hasn’t been tested extensively so is not guaranteed to work
-
docker.compose
is now aliased asdocker-compose
and docker-machine should be treated similarly soon (see this post) - when using
sudo docker
, you can access files outside of root’s home directory - the
docker
command now auto-completes correctly - the default log-level is now
error
(instead ofdebug
), but this can be changed easily using the above mentioned config file - the default storage-driver is aufs, this also can be changed using the above mentioned config file
Thanks,
Ian