docker sandbox create cagent
| 内容説明 | Create a sandbox for cagent |
|---|---|
| 利用方法 | docker sandbox create cagent WORKSPACE |
内容説明
Create a sandbox with access to a host workspace for cagent.
The workspace path is required and will be exposed inside the sandbox at the same path as on the host.
Use 'docker sandbox run SANDBOX' to start cagent after creation.
利用例
Create a Cagent sandbox in the current directory
$ docker sandbox create cagent .
Create with an absolute path
$ docker sandbox create cagent /home/user/my-project
Create and then run
$ docker sandbox create --name my-cagent cagent ~/my-project
$ docker sandbox run my-cagent