Sha256: 62e101435b45e4c06c6d62b79054dd5883a47e8098e62f6519bf61a35afa30b5
Contents?: true
Size: 619 Bytes
Versions: 22
Compression:
Stored size: 619 Bytes
Contents
# How to use and build docker image ## Use Execute the following command. ``` rake docker:run [port=<PORT>] [attach_local=<DIRECTORY>] ``` The `port` option is for specifying the port number connecting to iruby notebook. You can access to a local directory from jupyter notebook in the container by attaching the local directory to `/notebooks/local` in the container using `attach_local` option. The default value is the current directory, that should be pycall directory. ## Build You can build your own docker image if you modify pycall. Execute the following command to build it. ``` rake docker:build ```
Version data entries
22 entries across 22 versions & 1 rubygems