mirror of
https://github.com/docker/docs.git
synced 2026-03-31 00:08:55 +07:00
Since the refactor done in #756, some methods have been removed from the driver interface. Remove those methods from `fakedriver`: - `StartDocker()` - `StopDocker()` - `GetDockerConfigDir()` - `GetSSHCommand()` Signed-off-by: Vincent Bernat <Vincent.Bernat@exoscale.ch>