Replace apt-get in postgresql

This commit is contained in:
2024-02-02 15:02:07 +05:30
parent dd482a0a26
commit 09dcc41a79
2 changed files with 5 additions and 3 deletions

View File

@@ -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
```
```