Skip to content

Commit 52f7615

Browse files
committed
Moved to dockerserver.io
1 parent 5d7ff7d commit 52f7615

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CNAME

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
dockerserver.doorzz.com
1+
dockerserver.io

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# DockerServer
2-
Simple REST server for running [docker](https://dockerserver.doorzz.com/ "docker") containers on a remote machine.
2+
Simple REST server for running [docker](https://docker.com/ "docker") containers on a remote machine.
33

4-
<a href="https://dockerserver.doorzz.com/" title="DockerServer Logo">
4+
<a href="https://dockerserver.io/" title="DockerServer Logo">
55
<img src="https://i.imgur.com/14Cypln.png" alt="DockerServer Logo" title="DockerServer Logo" style="box-shadow: none;">
66
</a>
77

@@ -55,7 +55,7 @@ When sending the PUT request, the following parameters are supported:
5555
2. name - The name of the container (default: uuid4())
5656
3. remove - Flag to remove the container when it finishes `--rm` (default: false).
5757
4. detach - Flag to detach the container `-d` (default: false).
58-
5. ports - **Map** of ports to promote (default: null)
58+
5. ports - **Map** of ports to publish (default: null)
5959
6. volumes - **Map** of volumes to mount (default: null)
6060
7. data - CMD to run inside the container (default: null)
6161

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "docker-server",
3-
"author": "Evgeny Kolyakov <cto@doorzz.com>",
3+
"author": "Evgeny Kolyakov <thenetfreaker@gmail.com>",
44
"description": "DockerServer - Simple REST server for running docker containers on a remote machine.",
5-
"version": "1.2.7",
6-
"homepage": "http://dockerserver.doorzz.com",
5+
"version": "1.2.8",
6+
"homepage": "https://dockerserver.io",
77
"repository": "freaker2k7/dockerserver",
88
"license": "Apache-2.0",
99
"keywords": [

0 commit comments

Comments
 (0)