docker
docker copied to clipboard
Cr daemon
@boucher When I compile your cr-daemon branch, it gives me the These files are not properly gofmt'd:
- daemon/checkpoint.go
- daemon/container.go
- daemon/state.go
- runconfig/restore.go
Please reformat the above files using "gofmt -s -w" and commit t he result.
I can bypass this issue by comment out some line in hack/make.sh. However you may consider reformat it. My gofmt setup has some problem and could not resolve all the format error.
- Hui
@huikang Should be resolved now