-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
The code from the documentation shows:
lxd = Hyperkit::Client.new(api_endpoint: "https://lxd.example.com", verify_ssl: false)
# Create a new container and start it
lxd.create_container("test-container", alias: "ubuntu/trusty/amd64")
lxd.start_container("test-container")
Assuming that we're running this locally on 127.0.0.1...
The lxd.create_container("test-container", alias: "ubuntu/trusty/amd64") returns the following error:
error: POST https://127.0.0.1:8443/1.0/containers: 404 - Error: not found. Use --trace to view backtrace
I've tested other functions such as copy_container, delete_container, stop_container and they all work fine. Only create_container fails with this error.
Metadata
Metadata
Assignees
Labels
No labels