You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
307 B

1 year ago
# Docker-Carto-JW
## 编译容器
```
docker build -t onenetcom/carto-jw .
```
如何运行容器:
```
sudo sh -c 'echo 127.0.1.1 cartodb.localhost >> /etc/hosts'
docker run -it --rm -p 80:80 -h cartodb.localhost onenetcom/carto-jw
docker run -d -p 80:80 -h cartodb.localhost onenetcom/carto-jw
```