We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e53ac56 commit c50b98bCopy full SHA for c50b98b
Readme.md
@@ -15,13 +15,13 @@ You can open a connection to your faye server.
15
##### Pull the Docker Image From Docker Hub:
16
17
```bash
18
-docker pull harisamin/docker-swift
+docker pull swiftdocker/swift
19
```
20
21
##### Create a container from the Image and attach it:
22
23
24
-docker run -i -t --name swiftfun harisamin/docker-swift:latest /bin/bash
+docker run -i -t --name swiftfun swiftdocker/swift:latest /bin/bash
25
26
27
##### To start your and attach your image later:
@@ -35,7 +35,7 @@ docker start swiftfun
35
and then attach it
36
37
38
-docker start swiftfun
+docker attach swiftfun
39
40
41
0 commit comments