mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 16:29:44 +02:00
Revert "DockerUI - Comment in Services was broken link. Updated the comment to include the most accurate link representing the Docker API reference material"
This reverts commit f167f5b49e
.
This commit is contained in:
parent
1688dbd8a0
commit
74c92de1d3
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ angular.module('dockerui.services', ['ngResource'])
|
||||||
.factory('Container', function ($resource, Settings) {
|
.factory('Container', function ($resource, Settings) {
|
||||||
'use strict';
|
'use strict';
|
||||||
// Resource for interacting with the docker containers
|
// Resource for interacting with the docker containers
|
||||||
// https://docs.docker.com/reference/api/docker_remote_api/
|
// http://docs.docker.io/en/latest/api/docker_remote_api.html#containers
|
||||||
return $resource(Settings.url + '/containers/:id/:action', {
|
return $resource(Settings.url + '/containers/:id/:action', {
|
||||||
name: '@name'
|
name: '@name'
|
||||||
}, {
|
}, {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue