mirror of https://github.com/portainer/portainer
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
.
pull/2/head
parent
1688dbd8a0
commit
74c92de1d3
|
@ -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…
Reference in New Issue