Skip to content

Commit 471c19a

Browse files
committed
Remove docker
1 parent 1d108d0 commit 471c19a

File tree

4 files changed

+2
-35
lines changed

4 files changed

+2
-35
lines changed

.dockerignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

Dockerfile

Lines changed: 0 additions & 9 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -47,33 +47,17 @@ You're going to need:
4747
1. Fork this repository on Github.
4848
2. Clone *your forked repository* (not our original one) to your hard drive with `git clone https://github.com/YOURUSERNAME/slate.git`
4949
3. `cd slate`
50-
4. Initialize and start (there are a few options for this):
50+
4. Initialize and start Slate. You can either do this locally, or with Vagrant:
5151

52-
#### Manual/local
52+
#### Locally
5353

5454
```shell
5555
bundle install
5656
bundle exec middleman server
5757
```
5858

59-
#### Via Docker (must install it first)
60-
61-
```shell
62-
docker-compose up
63-
```
64-
65-
will spin an environment for you, with the `source` directory mapped to the
66-
container, so you can see your edits instantly after refreshing your browser.
67-
6859
You can now see the docs at http://localhost:4567. Whoa! That was fast!
6960

70-
+*Note: if you're not using Docker natively (i.e. on Linux), the docs will be
71-
+available at the IP of your docker host. If you're using docker-machine you can
72-
+retrieve it with `docker-machine ip <your_machine_name>`*
73-
74-
*Note: if you're using the Docker setup on OSX, the docs will be
75-
available at the output of `docker-machine ip <machine-name>` (port: 4567) instead of `localhost:4567`.*
76-
7761
#### Via Vagrant
7862
```shell
7963
vagrant up

docker-compose.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)