command:
docker command line structure
You can get a list of commands by just typing:
docker version- To verify cli can talk to engine
docker info- most config values of engine
docker command line structure
- old way(still works):
docker <command> (options) - new way:
docker <command> <sub-command> (options)
You can get a list of commands by just typing:
docker on console.
No comments:
Post a Comment