docker_image {brickster} | R Documentation |
Docker Image
Description
Docker image connection information.
Usage
docker_image(url, username, password)
Arguments
url |
URL for the Docker image. |
username |
User name for the Docker repository. |
password |
Password for the Docker repository. |
Details
Uses basic authentication, strongly recommended that credentials are not stored in any scripts and environment variables should be used.
See Also
db_cluster_create()
, db_cluster_edit()
[Package brickster version 0.2.8.1 Index]