mirror of
https://github.com/silicoflare/docker-hadoop.git
synced 2026-05-26 12:09:54 +05:30
Replace apt-get in postgresql
This commit is contained in:
@@ -34,7 +34,7 @@ docker build -t hadoop .
|
||||
|
||||
6. Create a new container using the newly created image
|
||||
```bash
|
||||
docker run -it -p 9870:9870 --name anyname hadoop bash
|
||||
docker run -it -p 9870:9870 -p 8088:8088 -p 9864:9864 --name anyname hadoop bash
|
||||
```
|
||||
<br>
|
||||
|
||||
@@ -53,4 +53,4 @@ docker exec -it anyname bash
|
||||
Once in, execute:
|
||||
```bash
|
||||
restart
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user