利用docker建立一个文件服务器

Create a Dockerfile

Ensure you have your OpenVPN client profile files (e.g., .oxxxx files) ready on your server,在同一目录下,新建一个Dockerfile,同时把*.oxxxx 拷贝到这个目录下。

vi Dockerfile

文件内容如下

# Use an official Nginx runtime as a parent image
FROM nginx:alpine

# Copy your client profile files to the container
COPY *.oxxx /usr/share/nginx/html/

# Expose port 80
EXPOSE 80

Build the Docker Image

In the directory containing your Dockerfile, build the Docker image using the docker build command:

docker build -t openxxxx-web-server .

Run the Docker Container:**

Start a Docker container based on the image you just built:

docker run -d -p 80:80 --name openxxx-web-server openxxx-web-server

Access Your Client Profiles:**

Your Openxxx client profile files should now be accessible via HTTP on your server’s IP address or domain name. You can access them using a URL like this:

http://your-server-ip-or-domain/client-profile.oxxx

不打算像木心那样死去

很多人把一个目标当作全部,忽略了整个过程

我八十岁时要如何如何,所以现在开始存钱,依靠复利战胜通胀。

以终为始是作计划的好思路,但实践落地时,这个终是一年后,十年后,三十年后才是要细细衡量的。

真的存在三十年后可执行落地的计划吗?

你看木心,行如枯槁一般躺在乌镇的病床上,所有的福楼拜、尼采都离他远去,只剩陀思妥耶夫斯基冷冷的看着他,木心是作何感想,还有更好的活法吗?

巴菲特呢,芒格呢,爱因斯坦或者费曼呢?
2023-12-15更新:芒格刚刚于11月28日去世,99岁,他工作到了最后一刻,这是幸福的人生。

不打算像木心那样死去?应该关心如何死去吗,还是确定了如何活着就很好了吧。