I want to use checkpoint in docker. I refer this doc to learn.enter link description here But I have some problems. When I type docker checkpoint $cid, docker tell me checkpoint is not a docker command, I don't know how to solve this problem.
Wangs-MacBook-Pro:~ wxc575843$ export cid=$(docker run -d busybox tail -f /dev/null)
Wangs-MacBook-Pro:~ wxc575843$ docker checkpoint $cid
docker: 'checkpoint' is not a docker command.
See 'docker --help'.