Skip to content

Commit c50b98b

Browse files
committed
Update pointers.
1 parent e53ac56 commit c50b98b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ You can open a connection to your faye server.
1515
##### Pull the Docker Image From Docker Hub:
1616

1717
```bash
18-
docker pull harisamin/docker-swift
18+
docker pull swiftdocker/swift
1919
```
2020

2121
##### Create a container from the Image and attach it:
2222

2323
```bash
24-
docker run -i -t --name swiftfun harisamin/docker-swift:latest /bin/bash
24+
docker run -i -t --name swiftfun swiftdocker/swift:latest /bin/bash
2525
```
2626

2727
##### To start your and attach your image later:
@@ -35,7 +35,7 @@ docker start swiftfun
3535
and then attach it
3636

3737
```bash
38-
docker start swiftfun
38+
docker attach swiftfun
3939
```
4040

4141

0 commit comments

Comments
 (0)